| License |
License |
|---|---|
| GroupId | GroupIdfr.faylixe |
| ArtifactId | ArtifactIdoption |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOption
Option is a simple Java framework that allows easy command line option parsing.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| option-1.0.0.pom | |
| option-1.0.0.jar | 12 KB |
| option-1.0.0-sources.jar | 7 KB |
| option-1.0.0-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.faylixe/option/ -->
<dependency>
<groupId>fr.faylixe</groupId>
<artifactId>option</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.faylixe/option/
implementation 'fr.faylixe:option:1.0.0'
// https://jarcasting.com/artifacts/fr.faylixe/option/
implementation ("fr.faylixe:option:1.0.0")
'fr.faylixe:option:jar:1.0.0'
<dependency org="fr.faylixe" name="option" rev="1.0.0">
<artifact name="option" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.faylixe', module='option', version='1.0.0')
)
libraryDependencies += "fr.faylixe" % "option" % "1.0.0"
[fr.faylixe/option "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| commons-cli : commons-cli | jar | 1.4 |