License |
License |
---|---|
Categories |
CategoriesMaven Build Tools args4j User Interface CLI |
GroupId | GroupIdargs4j |
ArtifactId | ArtifactIdargs4j-maven-plugin-example |
Last Version | Last Version2.33 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionArgs4j Maven Plugin Example
Example of running the maven plugin
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/args4j/args4j-maven-plugin-example/ -->
<dependency>
<groupId>args4j</groupId>
<artifactId>args4j-maven-plugin-example</artifactId>
<version>2.33</version>
</dependency>
// https://jarcasting.com/artifacts/args4j/args4j-maven-plugin-example/
implementation 'args4j:args4j-maven-plugin-example:2.33'
// https://jarcasting.com/artifacts/args4j/args4j-maven-plugin-example/
implementation ("args4j:args4j-maven-plugin-example:2.33")
'args4j:args4j-maven-plugin-example:jar:2.33'
<dependency org="args4j" name="args4j-maven-plugin-example" rev="2.33">
<artifact name="args4j-maven-plugin-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='args4j', module='args4j-maven-plugin-example', version='2.33')
)
libraryDependencies += "args4j" % "args4j-maven-plugin-example" % "2.33"
[args4j/args4j-maven-plugin-example "2.33"]
Group / Artifact | Type | Version |
---|---|---|
args4j : args4j | jar | 2.33 |