3c5d8d5b46a538edf8e8bf89e68a65403a3ec0e8
Some general improvements for the README.md.
closes #385. Actually no, they are not required, I had been working on a feature to visualize xml into pdf but the feature did not yet make it and the files were not cleanly removed, thanks for spotting
Mustangproject
Source code repository for the Mustang project open source java PDF invoice metadata library in ZUGFeRD format.
Build
These are the recommended dependencies for the project:
- OpenJDK 21.0.2 2024-01-16
- Apache Maven 3.9.6
You can build the project with:
mvn clean install
This will run the tests, build the project artefacts, and install the artifacts to the local cache. After that the mustang JAR can be used.
More information on how to develop on mustang:
Usage
If you set up a Maven project, you can reference the mustang artifact like this:
<dependency>
<groupId>org.mustangproject</groupId>
<artifactId>library</artifactId>
<version>2.11.0</version>
</dependency>
Further docs on how to develop with mustang:
- ZugferdDev.en.pdf: The English mustang user documentation.
- ZugferdDev.de.pdf: The German mustang user documentation.
- Usage examples: Read and write electronic invoices.
- Mustang classes: Using the mustang classes.
Contact
Developer: Jochen Stärk. For questions please contact Jochen at jstaerk [at] usegroup.de
License
Subject to the Apache-2.0 license.
Description
Languages
XSLT
96%
Java
2.9%
HTML
1.1%