License |
License |
---|---|
GroupId | GroupIdorg.dishevelled |
ArtifactId | ArtifactIddsh-commandline |
Version | Version1.1 |
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.1.pom | |
dsh-commandline-1.1.jar | 53 KB |
dsh-commandline-1.1-sources.jar | 60 KB |
dsh-commandline-1.1-javadoc.jar | 201 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dishevelled/dsh-commandline/ -->
<dependency>
<groupId>org.dishevelled</groupId>
<artifactId>dsh-commandline</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.dishevelled/dsh-commandline/
implementation 'org.dishevelled:dsh-commandline:1.1'
// https://jarcasting.com/artifacts/org.dishevelled/dsh-commandline/
implementation ("org.dishevelled:dsh-commandline:1.1")
'org.dishevelled:dsh-commandline:jar:1.1'
<dependency org="org.dishevelled" name="dsh-commandline" rev="1.1">
<artifact name="dsh-commandline" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dishevelled', module='dsh-commandline', version='1.1')
)
libraryDependencies += "org.dishevelled" % "dsh-commandline" % "1.1"
[org.dishevelled/dsh-commandline "1.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |