langfr 37e4e43ed2 Squashed commit of the following:
commit f0a44d757de2693e5baa89ac68192ee92632e0a2
Author: langfr <frank.langelage@outlook.de>
Date:   Sat Sep 6 12:00:42 2025 +0100

    Enable option setting Additional Document Description 2.

commit 15524a2ed661fb44f782863da5d7e9fcf4f68e78
Author: langfr <frank.langelage@outlook.de>
Date:   Tue Sep 2 21:30:30 2025 +0100

    Enable option setting Additional Document Description.

Enable setting and reading Additional Document Description.
2025-09-06 12:04:08 +01:00
2024-07-09 19:52:08 +02:00
2025-08-05 09:06:43 +02:00
2025-09-06 12:04:08 +01:00
2025-09-01 10:38:54 +02:00
2019-04-07 13:26:38 +02:00
2020-02-20 20:08:37 +01:00
2025-09-01 10:38:54 +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
2025-06-03 09:00:04 +02:00
2024-09-23 18:12:27 +02:00
2025-03-05 11:23:50 +01: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>validator</artifactId>
    <version>2.17.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.

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