| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdio.pelle.mango | 
    
| ArtifactId | ArtifactIdmango-cli | 
    
| Version | Version0.0.12-FINAL | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionmango 
            mango web framework 
         | 
    
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| mango-cli-0.0.12-FINAL.pom | |
| mango-cli-0.0.12-FINAL.jar | 3 KB | 
| mango-cli-0.0.12-FINAL-test.jar | 1 KB | 
| mango-cli-0.0.12-FINAL-test-sources.jar | 1 KB | 
| mango-cli-0.0.12-FINAL-sources.jar | 2 KB | 
| mango-cli-0.0.12-FINAL-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.pelle.mango/mango-cli/ -->
<dependency>
    <groupId>io.pelle.mango</groupId>
    <artifactId>mango-cli</artifactId>
    <version>0.0.12-FINAL</version>
</dependency>
                // https://jarcasting.com/artifacts/io.pelle.mango/mango-cli/
implementation 'io.pelle.mango:mango-cli:0.0.12-FINAL'
                // https://jarcasting.com/artifacts/io.pelle.mango/mango-cli/
implementation ("io.pelle.mango:mango-cli:0.0.12-FINAL")
                'io.pelle.mango:mango-cli:jar:0.0.12-FINAL'
                <dependency org="io.pelle.mango" name="mango-cli" rev="0.0.12-FINAL">
  <artifact name="mango-cli" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.pelle.mango', module='mango-cli', version='0.0.12-FINAL')
)
                libraryDependencies += "io.pelle.mango" % "mango-cli" % "0.0.12-FINAL"
                [io.pelle.mango/mango-cli "0.0.12-FINAL"]