License |
License |
---|---|
Categories |
CategoriesJCommander User Interface CLI |
GroupId | GroupIdcz.alry.jcommander |
ArtifactId | ArtifactIdjcommander-wrapper |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJCommander Wrapper
Simple wrapper to make usage of JCommander library even easier.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jcommander-wrapper-1.3.0.pom | |
jcommander-wrapper-1.3.0.jar | 5 KB |
jcommander-wrapper-1.3.0-sources.jar | 2 KB |
jcommander-wrapper-1.3.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cz.alry.jcommander/jcommander-wrapper/ -->
<dependency>
<groupId>cz.alry.jcommander</groupId>
<artifactId>jcommander-wrapper</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/cz.alry.jcommander/jcommander-wrapper/
implementation 'cz.alry.jcommander:jcommander-wrapper:1.3.0'
// https://jarcasting.com/artifacts/cz.alry.jcommander/jcommander-wrapper/
implementation ("cz.alry.jcommander:jcommander-wrapper:1.3.0")
'cz.alry.jcommander:jcommander-wrapper:jar:1.3.0'
<dependency org="cz.alry.jcommander" name="jcommander-wrapper" rev="1.3.0">
<artifact name="jcommander-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.alry.jcommander', module='jcommander-wrapper', version='1.3.0')
)
libraryDependencies += "cz.alry.jcommander" % "jcommander-wrapper" % "1.3.0"
[cz.alry.jcommander/jcommander-wrapper "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.beust : jcommander | jar | 1.72 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.github.stefanbirkner : system-rules | jar | 1.16.0 |