| License |
License
GNU General Public License Version 2
|
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.tmarsteel |
| ArtifactId | ArtifactIdjcli |
| Last Version | Last Version2.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.github.tmarsteel:jCLI
A Java library for parsing and validating CLI arguments (and Strings formatted alike).
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jcli-2.3.0.pom | |
| jcli-2.3.0.jar | 94 KB |
| jcli-2.3.0-sources.jar | 78 KB |
| jcli-2.3.0-javadoc.jar | 430 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tmarsteel/jcli/ -->
<dependency>
<groupId>com.github.tmarsteel</groupId>
<artifactId>jcli</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tmarsteel/jcli/
implementation 'com.github.tmarsteel:jcli:2.3.0'
// https://jarcasting.com/artifacts/com.github.tmarsteel/jcli/
implementation ("com.github.tmarsteel:jcli:2.3.0")
'com.github.tmarsteel:jcli:jar:2.3.0'
<dependency org="com.github.tmarsteel" name="jcli" rev="2.3.0">
<artifact name="jcli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tmarsteel', module='jcli', version='2.3.0')
)
libraryDependencies += "com.github.tmarsteel" % "jcli" % "2.3.0"
[com.github.tmarsteel/jcli "2.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.8.9 |
| org.hamcrest : hamcrest-core | jar | 1.3 |