is not current version
Last Version 2.33

args4j:args4j-maven-plugin-example 2.0.25

Example of running the maven plugin

Categories

Categories

Maven Build Tools args4j User Interface CLI
GroupId

GroupId

args4j
ArtifactId

ArtifactId

args4j-maven-plugin-example
Version

Version

2.0.25
Type

Type

jar

Download args4j-maven-plugin-example 2.0.25


<!-- https://jarcasting.com/artifacts/args4j/args4j-maven-plugin-example/ -->
<dependency>
    <groupId>args4j</groupId>
    <artifactId>args4j-maven-plugin-example</artifactId>
    <version>2.0.25</version>
</dependency>
// https://jarcasting.com/artifacts/args4j/args4j-maven-plugin-example/
implementation 'args4j:args4j-maven-plugin-example:2.0.25'
// https://jarcasting.com/artifacts/args4j/args4j-maven-plugin-example/
implementation ("args4j:args4j-maven-plugin-example:2.0.25")
'args4j:args4j-maven-plugin-example:jar:2.0.25'
<dependency org="args4j" name="args4j-maven-plugin-example" rev="2.0.25">
  <artifact name="args4j-maven-plugin-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='args4j', module='args4j-maven-plugin-example', version='2.0.25')
)
libraryDependencies += "args4j" % "args4j-maven-plugin-example" % "2.0.25"
[args4j/args4j-maven-plugin-example "2.0.25"]