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.27.jar download
jcommander-1.27.pom download
jcommander-1.27-sources.jar download
Apache Maven
<dependency>
  <groupId>com.beust</groupId>
  <artifactId>jcommander</artifactId>
  <version>1.27</version>
</dependency>
Gradle Groovy
implementation 'com.beust:jcommander:1.27'
Gradle Kotlin
implementation("com.beust:jcommander:1.27")
Scala SBT
libraryDependencies += "com.beust" % "jcommander" % "1.27"
Groovy Grape
@Grapes(
  @Grab(group='com.beust', module='jcommander', version='1.27')
)
Apache Ivy
<dependency org="com.beust" name="jcommander" rev="1.27" />
Leiningen
[com.beust/jcommander "1.27"]
Apache Buildr
'com.beust:jcommander:jar:1.27'