License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.mustangproject |
ArtifactId | ArtifactIdMustang-CLI |
Version | Version2.2.0 |
Type | Typejar |
Description |
Descriptione-invoices commandline tool, allowing to create(embed), split and validate Factur-X/ZUGFeRD files. Validation should also work for XRechnung/CII.
The Mustang project is a java library to read and write ZUGFeRD meta data inside your invoice PDFs
|
Filename | Size |
---|---|
Mustang-CLI-2.2.0.pom | |
Mustang-CLI-2.2.0.jar | 33 MB |
Mustang-CLI-2.2.0-sources.jar | 15 KB |
Mustang-CLI-2.2.0-javadoc.jar | 414 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mustangproject/Mustang-CLI/ -->
<dependency>
<groupId>org.mustangproject</groupId>
<artifactId>Mustang-CLI</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mustangproject/Mustang-CLI/
implementation 'org.mustangproject:Mustang-CLI:2.2.0'
// https://jarcasting.com/artifacts/org.mustangproject/Mustang-CLI/
implementation ("org.mustangproject:Mustang-CLI:2.2.0")
'org.mustangproject:Mustang-CLI:jar:2.2.0'
<dependency org="org.mustangproject" name="Mustang-CLI" rev="2.2.0">
<artifact name="Mustang-CLI" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mustangproject', module='Mustang-CLI', version='2.2.0')
)
libraryDependencies += "org.mustangproject" % "Mustang-CLI" % "2.2.0"
[org.mustangproject/Mustang-CLI "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |