MVN

args4j : args4j-maven-plugin-example

Maven & Gradle

Jan 31, 2016

Args4j Maven Plugin Example · Example of running the maven plugin

<dependency>
    <groupId>args4j</groupId>
    <artifactId>args4j-maven-plugin-example</artifactId>
    <version>2.33</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of args4j : args4j-maven-plugin-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.33

All Versions

Choose a version of args4j : args4j-maven-plugin-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.33
args4j-maven-plugin-example-2.33
2.32
args4j-maven-plugin-example-2.32
2.0.x
args4j-maven-plugin-example-2.0.31
args4j-maven-plugin-example-2.0.29
args4j-maven-plugin-example-2.0.28
args4j-maven-plugin-example-2.0.27
args4j-maven-plugin-example-2.0.26
args4j-maven-plugin-example-2.0.25
args4j-maven-plugin-example-2.0.24
args4j-maven-plugin-example-2.0.23
args4j-maven-plugin-example-2.0.22

How to add a dependency to Maven

Add the following args4j : args4j-maven-plugin-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>args4j</groupId>
    <artifactId>args4j-maven-plugin-example</artifactId>
    <version>2.33</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following args4j : args4j-maven-plugin-example gradle dependency to your build.gradle file:

implementation 'args4j:args4j-maven-plugin-example:2.33'

Gradle Kotlin DSL: Add the following args4j : args4j-maven-plugin-example gradle kotlin dependency to your build.gradle.kts file:

implementation("args4j:args4j-maven-plugin-example:2.33")

How to add a dependency to SBT Scala

SBT Scala: Add the following args4j : args4j-maven-plugin-example sbt scala dependency to your build.sbt file:

libraryDependencies += "args4j" % "args4j-maven-plugin-example" % "2.33"

Advertisement