| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdorg.mustangproject | 
    
| ArtifactId | ArtifactIdMustang-CLI | 
    
| Last Version | Last Version2.5.1 | 
        
| Release Date | Release Date | 
        
| 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.5.1.pom | |
| Mustang-CLI-2.5.1.jar | 22 MB | 
| Mustang-CLI-2.5.1-sources.jar | 15 KB | 
| Mustang-CLI-2.5.1-javadoc.jar | 412 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.mustangproject/Mustang-CLI/ -->
<dependency>
    <groupId>org.mustangproject</groupId>
    <artifactId>Mustang-CLI</artifactId>
    <version>2.5.1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.mustangproject/Mustang-CLI/
implementation 'org.mustangproject:Mustang-CLI:2.5.1'
                // https://jarcasting.com/artifacts/org.mustangproject/Mustang-CLI/
implementation ("org.mustangproject:Mustang-CLI:2.5.1")
                'org.mustangproject:Mustang-CLI:jar:2.5.1'
                <dependency org="org.mustangproject" name="Mustang-CLI" rev="2.5.1">
  <artifact name="Mustang-CLI" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.mustangproject', module='Mustang-CLI', version='2.5.1')
)
                libraryDependencies += "org.mustangproject" % "Mustang-CLI" % "2.5.1"
                [org.mustangproject/Mustang-CLI "2.5.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.1 |