License |
License |
---|---|
Categories |
Categoriesargs4j User Interface CLI |
GroupId | GroupIdargs4j |
ArtifactId | ArtifactIdargs4j-site |
Last Version | Last Version2.33 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionargs4j parent
args4j : Java command line arguments parser
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
args4j-site-2.33.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/args4j/args4j-site/ -->
<dependency>
<groupId>args4j</groupId>
<artifactId>args4j-site</artifactId>
<version>2.33</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/args4j/args4j-site/
implementation 'args4j:args4j-site:2.33'
// https://jarcasting.com/artifacts/args4j/args4j-site/
implementation ("args4j:args4j-site:2.33")
'args4j:args4j-site:pom:2.33'
<dependency org="args4j" name="args4j-site" rev="2.33">
<artifact name="args4j-site" type="pom" />
</dependency>
@Grapes(
@Grab(group='args4j', module='args4j-site', version='2.33')
)
libraryDependencies += "args4j" % "args4j-site" % "2.33"
[args4j/args4j-site "2.33"]