is not current version
Last Version 2.5.1

org.mustangproject:core 2.0.3

The Mustang project is a java library to read and write ZUGFeRD meta data inside your invoice PDFs

GroupId

GroupId

org.mustangproject
ArtifactId

ArtifactId

core
Version

Version

2.0.3
Type

Type

pom

Download core 2.0.3

Filename Size
core-2.0.3.pom 8 KB
Browse

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