| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.getperka.cli |
| ArtifactId | ArtifactIdcli |
| Last Version | Last Version1.18 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCommon Language Idioms
Utility code used by various Perka projects
|
| Project Organization |
Project OrganizationPerka Inc. |
| Filename | Size |
|---|---|
| cli-1.18.pom | |
| cli-1.18.jar | 128 KB |
| cli-1.18-sources.jar | 80 KB |
| cli-1.18-javadoc.jar | 322 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.getperka.cli/cli/ -->
<dependency>
<groupId>com.getperka.cli</groupId>
<artifactId>cli</artifactId>
<version>1.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.getperka.cli/cli/
implementation 'com.getperka.cli:cli:1.18'
// https://jarcasting.com/artifacts/com.getperka.cli/cli/
implementation ("com.getperka.cli:cli:1.18")
'com.getperka.cli:cli:jar:1.18'
<dependency org="com.getperka.cli" name="cli" rev="1.18">
<artifact name="cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.getperka.cli', module='cli', version='1.18')
)
libraryDependencies += "com.getperka.cli" % "cli" % "1.18"
[com.getperka.cli/cli "1.18"]
| Group / Artifact | Type | Version |
|---|---|---|
| gnu.getopt : java-getopt | jar | 1.0.13 |
| org.slf4j : slf4j-api | jar | 1.6.4 |
| asm : asm | jar | 3.3.1 |
| asm : asm-commons | jar | 3.3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |