License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.alanbuttars.commons |
ArtifactId | ArtifactIdcommons-cli |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptioncommons-cli
Commons CLI is an API for simplifying the deployment and evaluation of command line processes.
|
Filename | Size |
---|---|
commons-cli-1.0.pom | |
commons-cli-1.0.jar | 21 KB |
commons-cli-1.0-sources.jar | 22 KB |
commons-cli-1.0-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alanbuttars.commons/commons-cli/ -->
<dependency>
<groupId>com.alanbuttars.commons</groupId>
<artifactId>commons-cli</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alanbuttars.commons/commons-cli/
implementation 'com.alanbuttars.commons:commons-cli:1.0'
// https://jarcasting.com/artifacts/com.alanbuttars.commons/commons-cli/
implementation ("com.alanbuttars.commons:commons-cli:1.0")
'com.alanbuttars.commons:commons-cli:jar:1.0'
<dependency org="com.alanbuttars.commons" name="commons-cli" rev="1.0">
<artifact name="commons-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alanbuttars.commons', module='commons-cli', version='1.0')
)
libraryDependencies += "com.alanbuttars.commons" % "commons-cli" % "1.0"
[com.alanbuttars.commons/commons-cli "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.alanbuttars.commons : commons-util | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
org.powermock : powermock-module-junit4 | jar | 1.6.6 |
org.powermock : powermock-api-mockito | jar | 1.6.6 |