is not current version
Last Version 2.5.1

org.mustangproject:library 2.1.1

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.1.1
Type

Type

jar

Download library 2.1.1


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