License |
License |
---|---|
GroupId | GroupIdorg.dishevelled |
ArtifactId | ArtifactIddsh-commandline |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondishevelled.org commandline
Command line parser based on typed arguments.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
dsh-commandline-1.2.pom | |
dsh-commandline-1.2.jar | 52 KB |
dsh-commandline-1.2-sources.jar | 62 KB |
dsh-commandline-1.2-javadoc.jar | 204 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dishevelled/dsh-commandline/ -->
<dependency>
<groupId>org.dishevelled</groupId>
<artifactId>dsh-commandline</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.dishevelled/dsh-commandline/
implementation 'org.dishevelled:dsh-commandline:1.2'
// https://jarcasting.com/artifacts/org.dishevelled/dsh-commandline/
implementation ("org.dishevelled:dsh-commandline:1.2")
'org.dishevelled:dsh-commandline:jar:1.2'
<dependency org="org.dishevelled" name="dsh-commandline" rev="1.2">
<artifact name="dsh-commandline" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dishevelled', module='dsh-commandline', version='1.2')
)
libraryDependencies += "org.dishevelled" % "dsh-commandline" % "1.2"
[org.dishevelled/dsh-commandline "1.2"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |