j

jcommander

Command line parsing library for Java
https://jcommander.org
Apache License, Version 2.0
Cedric Beust
Files download
File Operation
jcommander-1.82.jar download
jcommander-1.82.pom download
jcommander-1.82-sources.jar download
Apache Maven
<dependency>
  <groupId>com.beust</groupId>
  <artifactId>jcommander</artifactId>
  <version>1.82</version>
</dependency>
Gradle Groovy
implementation 'com.beust:jcommander:1.82'
Gradle Kotlin
implementation("com.beust:jcommander:1.82")
Scala SBT
libraryDependencies += "com.beust" % "jcommander" % "1.82"
Groovy Grape
@Grapes(
  @Grab(group='com.beust', module='jcommander', version='1.82')
)
Apache Ivy
<dependency org="com.beust" name="jcommander" rev="1.82" />
Leiningen
[com.beust/jcommander "1.82"]
Apache Buildr
'com.beust:jcommander:jar:1.82'
Dependencies
The project has no third-party dependencies