| License |
License |
|---|---|
| GroupId | GroupIdorg.mustangproject |
| ArtifactId | ArtifactIdlibrary |
| Last Version | Last Version2.5.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLibrary to write, read and validate e-invoices (Factur-X, ZUGFeRD and to a limited extend XRechnung/CII).
The Mustang project is a java library to read, write and validate Factur-X/ZUGFeRD meta data inside your invoice PDFs. To write files, a provided PDF/A will be combined with generated or provided XML.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| library-2.5.1.pom | |
| library-2.5.1.jar | 141 KB |
| library-2.5.1-sources.jar | 125 KB |
| library-2.5.1-shaded.jar | 11 MB |
| library-2.5.1-javadoc.jar | 748 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mustangproject/library/ -->
<dependency>
<groupId>org.mustangproject</groupId>
<artifactId>library</artifactId>
<version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mustangproject/library/
implementation 'org.mustangproject:library:2.5.1'
// https://jarcasting.com/artifacts/org.mustangproject/library/
implementation ("org.mustangproject:library:2.5.1")
'org.mustangproject:library:jar:2.5.1'
<dependency org="org.mustangproject" name="library" rev="2.5.1">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mustangproject', module='library', version='2.5.1')
)
libraryDependencies += "org.mustangproject" % "library" % "2.5.1"
[org.mustangproject/library "2.5.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| com.helger : ph-schematron | jar | 5.0.4 |
| org.xmlunit : xmlunit-core | jar | 2.6.3 |