License |
License |
---|---|
GroupId | GroupIdorg.mustangproject |
ArtifactId | ArtifactIdcore |
Version | Version2.4.0 |
Type | Typepom |
Description |
DescriptionMustang
The Mustang project is a java library to read and write ZUGFeRD meta data inside your invoice PDFs
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-2.4.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mustangproject/core/ -->
<dependency>
<groupId>org.mustangproject</groupId>
<artifactId>core</artifactId>
<version>2.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mustangproject/core/
implementation 'org.mustangproject:core:2.4.0'
// https://jarcasting.com/artifacts/org.mustangproject/core/
implementation ("org.mustangproject:core:2.4.0")
'org.mustangproject:core:pom:2.4.0'
<dependency org="org.mustangproject" name="core" rev="2.4.0">
<artifact name="core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mustangproject', module='core', version='2.4.0')
)
libraryDependencies += "org.mustangproject" % "core" % "2.4.0"
[org.mustangproject/core "2.4.0"]