is not current version
Last Version 2.5.1

org.mustangproject:library 2.3.0

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.

GroupId

GroupId

org.mustangproject
ArtifactId

ArtifactId

library
Version

Version

2.3.0
Type

Type

jar

Download library 2.3.0


<!-- https://jarcasting.com/artifacts/org.mustangproject/library/ -->
<dependency>
    <groupId>org.mustangproject</groupId>
    <artifactId>library</artifactId>
    <version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mustangproject/library/
implementation 'org.mustangproject:library:2.3.0'
// https://jarcasting.com/artifacts/org.mustangproject/library/
implementation ("org.mustangproject:library:2.3.0")
'org.mustangproject:library:jar:2.3.0'
<dependency org="org.mustangproject" name="library" rev="2.3.0">
  <artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mustangproject', module='library', version='2.3.0')
)
libraryDependencies += "org.mustangproject" % "library" % "2.3.0"
[org.mustangproject/library "2.3.0"]