jcommander

Command line parsing library for Java

License

License

Categories

Categories

JCommander User Interface CLI
GroupId

GroupId

com.beust
ArtifactId

ArtifactId

jcommander
Last Version

Last Version

1.82
Release Date

Release Date

Type

Type

jar
Description

Description

jcommander
Command line parsing library for Java
Project URL

Project URL

https://jcommander.org
Source Code Management

Source Code Management

https://github.com/cbeust/jcommander

Download jcommander

How to add to project

<!-- https://jarcasting.com/artifacts/com.beust/jcommander/ -->
<dependency>
    <groupId>com.beust</groupId>
    <artifactId>jcommander</artifactId>
    <version>1.82</version>
</dependency>
// https://jarcasting.com/artifacts/com.beust/jcommander/
implementation 'com.beust:jcommander:1.82'
// https://jarcasting.com/artifacts/com.beust/jcommander/
implementation ("com.beust:jcommander:1.82")
'com.beust:jcommander:jar:1.82'
<dependency org="com.beust" name="jcommander" rev="1.82">
  <artifact name="jcommander" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.beust', module='jcommander', version='1.82')
)
libraryDependencies += "com.beust" % "jcommander" % "1.82"
[com.beust/jcommander "1.82"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.82
1.81
1.78
1.77
1.75
1.72
1.69
1.64
1.60
1.58
1.48
1.47
1.35
1.32
1.30
1.29
1.27
1.26
1.25
1.23
1.20
1.19
1.18
1.17
1.16
1.15
1.13
1.12
1.11
1.10
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0