| License |
License |
|---|---|
| GroupId | GroupIdde.martin-senne |
| ArtifactId | ArtifactIdjCommandLine |
| Version | Version1.0 |
| Type | Typejar |
| Description |
DescriptionjCommandLine
jCommandline is a java library for parsing and evaluating command-line parameters.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jCommandLine-1.0.pom | |
| jCommandLine-1.0.jar | 31 KB |
| jCommandLine-1.0-sources.jar | 21 KB |
| jCommandLine-1.0-javadoc.jar | 170 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.martin-senne/jCommandLine/ -->
<dependency>
<groupId>de.martin-senne</groupId>
<artifactId>jCommandLine</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.martin-senne/jCommandLine/
implementation 'de.martin-senne:jCommandLine:1.0'
// https://jarcasting.com/artifacts/de.martin-senne/jCommandLine/
implementation ("de.martin-senne:jCommandLine:1.0")
'de.martin-senne:jCommandLine:jar:1.0'
<dependency org="de.martin-senne" name="jCommandLine" rev="1.0">
<artifact name="jCommandLine" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.martin-senne', module='jCommandLine', version='1.0')
)
libraryDependencies += "de.martin-senne" % "jCommandLine" % "1.0"
[de.martin-senne/jCommandLine "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |