License |
License |
---|---|
GroupId | GroupIdcom.zandero |
ArtifactId | ArtifactIdcmd |
Version | Version1.3 |
Type | Typejar |
Description |
DescriptionZandero
command line parsing utilities
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cmd-1.3.pom | |
cmd-1.3.jar | 21 KB |
cmd-1.3-sources.jar | 14 KB |
cmd-1.3-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zandero/cmd/ -->
<dependency>
<groupId>com.zandero</groupId>
<artifactId>cmd</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.zandero/cmd/
implementation 'com.zandero:cmd:1.3'
// https://jarcasting.com/artifacts/com.zandero/cmd/
implementation ("com.zandero:cmd:1.3")
'com.zandero:cmd:jar:1.3'
<dependency org="com.zandero" name="cmd" rev="1.3">
<artifact name="cmd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zandero', module='cmd', version='1.3')
)
libraryDependencies += "com.zandero" % "cmd" % "1.3"
[com.zandero/cmd "1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.zandero : utils | jar | [1.2,) |
com.zandero : utils.extra | jar | [1.2,) |
com.zandero : settings | jar | [1.2.1,) |
org.slf4j : slf4j-api | jar | 2.0.0-alpha1 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | [1.1.7,) |
org.junit.jupiter : junit-jupiter-engine | jar | [5.6.0,) |
org.junit.jupiter : junit-jupiter-api | jar | [5.6.0,) |
net.trajano.commons : commons-testing | jar | [2.1.0,) |
org.mockito : mockito-all | jar | [1.10.19,) |