is not current version
Last Version 0.4.14

se.softhouse:jargo 0.1.1

An argument and options parser for java

GroupId

GroupId

se.softhouse
ArtifactId

ArtifactId

jargo
Version

Version

0.1.1
Type

Type

jar

Download jargo 0.1.1


<!-- https://jarcasting.com/artifacts/se.softhouse/jargo/ -->
<dependency>
    <groupId>se.softhouse</groupId>
    <artifactId>jargo</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/se.softhouse/jargo/
implementation 'se.softhouse:jargo:0.1.1'
// https://jarcasting.com/artifacts/se.softhouse/jargo/
implementation ("se.softhouse:jargo:0.1.1")
'se.softhouse:jargo:jar:0.1.1'
<dependency org="se.softhouse" name="jargo" rev="0.1.1">
  <artifact name="jargo" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.softhouse', module='jargo', version='0.1.1')
)
libraryDependencies += "se.softhouse" % "jargo" % "0.1.1"
[se.softhouse/jargo "0.1.1"]