| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdde.quipsy.cli | 
    
| ArtifactId | ArtifactIdcli | 
    
| Last Version | Last Version2022 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionOpen Source CLI Framework (Umbrella) 
            Open Source CLI Framework (Umbrella) Multi-Module Project 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| cli-2022.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/de.quipsy.cli/cli/ -->
<dependency>
    <groupId>de.quipsy.cli</groupId>
    <artifactId>cli</artifactId>
    <version>2022</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/de.quipsy.cli/cli/
implementation 'de.quipsy.cli:cli:2022'
                // https://jarcasting.com/artifacts/de.quipsy.cli/cli/
implementation ("de.quipsy.cli:cli:2022")
                'de.quipsy.cli:cli:pom:2022'
                <dependency org="de.quipsy.cli" name="cli" rev="2022">
  <artifact name="cli" type="pom" />
</dependency>
                @Grapes(
@Grab(group='de.quipsy.cli', module='cli', version='2022')
)
                libraryDependencies += "de.quipsy.cli" % "cli" % "2022"
                [de.quipsy.cli/cli "2022"]