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