updated history, readme and release notes

This commit is contained in:
jstaerk
2020-11-12 18:17:37 +01:00
parent 9c990251e1
commit 8ddfd3aa57
3 changed files with 17 additions and 48 deletions

View File

@@ -19,24 +19,13 @@ More information in [the mustang documentation](https://github.com/ZUGFeRD/musta
Usage
-----
If you setup a Maven project, you can grab the artifacts from this maven repository.
```xml
<repositories>
<repository>
<id>mustang-mvn-repo</id>
<url>https://raw.github.com/ZUGFeRD/mustangproject/mvn-repo/</url>
</repository>
</repositories>
```
As dependency use this
If you setup a Maven project, you can grab the artifacts using
```xml
<dependency>
<groupId>org.mustangproject.ZUGFeRD</groupId>
<artifactId>mustang</artifactId>
<groupId>org.mustangproject</groupId>
<artifactId>library</artifactId>
<version>2.0.0</version>
</dependency>
```