a

args4j-maven-plugin-example

Example of running the maven plugin
Files download
File Operation
args4j-maven-plugin-example-2.37.jar download
args4j-maven-plugin-example-2.37.pom download
args4j-maven-plugin-example-2.37-sources.jar download
Apache Maven
<dependency>
  <groupId>args4j</groupId>
  <artifactId>args4j-maven-plugin-example</artifactId>
  <version>2.37</version>
</dependency>
Gradle Groovy
implementation 'args4j:args4j-maven-plugin-example:2.37'
Gradle Kotlin
implementation("args4j:args4j-maven-plugin-example:2.37")
Scala SBT
libraryDependencies += "args4j" % "args4j-maven-plugin-example" % "2.37"
Groovy Grape
@Grapes(
  @Grab(group='args4j', module='args4j-maven-plugin-example', version='2.37')
)
Apache Ivy
<dependency org="args4j" name="args4j-maven-plugin-example" rev="2.37" />
Leiningen
[args4j/args4j-maven-plugin-example "2.37"]
Apache Buildr
'args4j:args4j-maven-plugin-example:jar:2.37'