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