j

jcommander

A Java framework to parse command line options with annotations.
http://beust.com/jcommander
The Apache Software License, Version 2.0
Cedric Beust
Files download
File Operation
jcommander-1.29.jar download
jcommander-1.29.pom download
jcommander-1.29-sources.jar download
Apache Maven
<dependency>
  <groupId>com.beust</groupId>
  <artifactId>jcommander</artifactId>
  <version>1.29</version>
</dependency>
Gradle Groovy
implementation 'com.beust:jcommander:1.29'
Gradle Kotlin
implementation("com.beust:jcommander:1.29")
Scala SBT
libraryDependencies += "com.beust" % "jcommander" % "1.29"
Groovy Grape
@Grapes(
  @Grab(group='com.beust', module='jcommander', version='1.29')
)
Apache Ivy
<dependency org="com.beust" name="jcommander" rev="1.29" />
Leiningen
[com.beust/jcommander "1.29"]
Apache Buildr
'com.beust:jcommander:jar:1.29'