License |
License |
---|---|
Categories |
Categoriesargs4j User Interface CLI |
GroupId | GroupIdargs4j |
ArtifactId | ArtifactIdargs4j-tools |
Last Version | Last Version2.33 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionargs4j-tools
development-time tool for generating additional artifacits
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
args4j-tools-2.33.pom | |
args4j-tools-2.33.jar | 14 KB |
args4j-tools-2.33-sources.jar | 6 KB |
args4j-tools-2.33-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/args4j/args4j-tools/ -->
<dependency>
<groupId>args4j</groupId>
<artifactId>args4j-tools</artifactId>
<version>2.33</version>
</dependency>
// https://jarcasting.com/artifacts/args4j/args4j-tools/
implementation 'args4j:args4j-tools:2.33'
// https://jarcasting.com/artifacts/args4j/args4j-tools/
implementation ("args4j:args4j-tools:2.33")
'args4j:args4j-tools:jar:2.33'
<dependency org="args4j" name="args4j-tools" rev="2.33">
<artifact name="args4j-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='args4j', module='args4j-tools', version='2.33')
)
libraryDependencies += "args4j" % "args4j-tools" % "2.33"
[args4j/args4j-tools "2.33"]
Group / Artifact | Type | Version |
---|---|---|
args4j : args4j | jar | 2.33 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.8.5 |