Files
mustangproject/README.md
2018-01-04 13:41:33 +01:00

54 lines
1.3 KiB
Markdown

Mustangproject
=====
Source code repository for the [Mustang project](http://www.mustangproject.org/) open source java PDF invoice metadata library in ZUGFeRD format.
License
-----
Subject to the Apache license http://www.apache.org/licenses/LICENSE-2.0.html
Running
-----
This project requires Maven to run. Build project with "mvn clean install". This will build the project, test it and install the artifacts to local cache. After that the mustang jar can be used.
More informations in [the mustang documentation](https://github.com/ZUGFeRD/mustangproject/blob/master/doc/ZugferdDev.en.pdf?raw=true).
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
```xml
<dependency>
<groupId>org.mustangproject.ZUGFeRD</groupId>
<artifactId>mustang</artifactId>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
</dependency>
```
Contact
-----
Developer: Jochen Stärk. For questions please contact Jochen at jstaerk [at] usegroup.de