Last Version

Option 1.0.0

Option is a simple Java framework that allows easy command line option parsing.

License

License

GroupId

GroupId

fr.faylixe
ArtifactId

ArtifactId

option
Version

Version

1.0.0
Type

Type

jar
Description

Description

Option
Option is a simple Java framework that allows easy command line option parsing.
Project URL

Project URL

https://github.com/Faylixe/option

Download option 1.0.0


<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
junit : junit jar 4.12
commons-cli : commons-cli jar 1.4

Project Modules

There are no modules declared in this project.