License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.openjax |
ArtifactId | ArtifactIdcli |
Version | Version1.1.9 |
Type | Typejar |
Description |
DescriptionOpenJAX CLI
Wrapper of the "Apache Commons CLI" library that provides a simple API to specify and process command line arguments.
|
Project Organization |
Project OrganizationOpenJAX |
Filename | Size |
---|---|
cli-1.1.9.pom | |
cli-1.1.9.jar | 33 KB |
cli-1.1.9-tests.jar | 6 KB |
cli-1.1.9-sources.jar | 22 KB |
cli-1.1.9-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openjax/cli/ -->
<dependency>
<groupId>org.openjax</groupId>
<artifactId>cli</artifactId>
<version>1.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.openjax/cli/
implementation 'org.openjax:cli:1.1.9'
// https://jarcasting.com/artifacts/org.openjax/cli/
implementation ("org.openjax:cli:1.1.9")
'org.openjax:cli:jar:1.1.9'
<dependency org="org.openjax" name="cli" rev="1.1.9">
<artifact name="cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openjax', module='cli', version='1.1.9')
)
libraryDependencies += "org.openjax" % "cli" % "1.1.9"
[org.openjax/cli "1.1.9"]
Group / Artifact | Type | Version |
---|---|---|
commons-cli : commons-cli | jar | 1.2 |
com.sun.xml.bind : jaxb-osgi | jar | 2.3.1 |
javax.xml.bind : jaxb-api | jar | 2.3.1 |
org.libj : lang | jar | 0.7.5 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.libj : test | jar | 0.7.1 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.1.0 |