Stefan Schmiedl eaaf97eb6e avoid deprecated ZUGFeRDExporter methods
In most cases this is achieved by using the corresponding factory methods.
Since they have to be set _somehow_, I introduced a new public method
`ZUGFeRDExporter.configure` to keep these calls local to the class.
This is called once in A3Factory.load(byte[]).

The deprecated Exporter setters could now be made private but that could
break existing code.
2019-08-07 14:54:36 +02:00
2019-04-07 13:26:38 +02:00
2019-03-28 07:45:16 +01:00
2019-08-01 19:56:43 +02:00
2019-04-06 22:05:46 +02:00
2019-06-01 09:40:35 +02:00
2019-04-07 13:27:06 +02:00

Gitter chat

Mustangproject

Source code repository for the Mustang project 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 information in the mustang documentation.

Usage

If you setup a Maven project, you can grab the artifacts from this maven repository.

<repositories>
    <repository>
        <id>mustang-mvn-repo</id>
        <url>https://raw.github.com/ZUGFeRD/mustangproject/mvn-repo/</url>
    </repository>
</repositories>

As dependency use this

<dependency>
  <groupId>org.mustangproject.ZUGFeRD</groupId>
  <artifactId>mustang</artifactId>
  <version>1.7.1</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

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