Matthias Kilian 8d8540ce30 Enable EN16931 schema validation for XRechnung.
Add a test case with an invalid XR (elements in wrong order).
2024-09-09 14:31:30 +02:00
2024-07-09 19:52:08 +02:00
2019-04-07 13:26:38 +02:00
2020-02-20 20:08:37 +01:00
2024-08-28 17:44:07 +02:00
2020-02-13 21:54:20 +01:00
2020-02-13 21:54:20 +01:00
2019-04-06 22:05:46 +02:00
2023-08-14 11:07:13 +02:00
2024-09-05 09:06:24 +02:00
2024-07-20 07:18:18 +02:00
2023-05-16 08:08:53 +02:00

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.12.0</version>
</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.

Description
No description provided
Readme Multiple Licenses 30 MiB
Languages
XSLT 96%
Java 2.9%
HTML 1.1%