Skip to content

ZUGFeRD/mustangproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d66761b · Mar 5, 2025
Jul 9, 2024
Feb 15, 2020
Mar 3, 2025
Sep 23, 2024
Mar 3, 2025
Mar 3, 2025
Apr 7, 2019
Dec 17, 2021
Feb 20, 2020
Mar 3, 2025
May 18, 2017
Aug 14, 2023
Nov 19, 2024
Sep 23, 2024
Mar 5, 2025
Feb 13, 2020
Feb 13, 2020
Apr 6, 2019
Mar 3, 2025

Repository files navigation

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>validator</artifactId>
    <version>2.15.0</version>
    <classifier>shaded</classifier>
</dependency>

Further docs on how to develop with mustang:

Contact

Developer: Jochen Stärk. For questions please contact Jochen at jstaerk [at] usegroup.de

License

Subject to the Apache-2.0 license.