is not current version
Last Version 0.10.0

com.github.crabs-hue.commons:commons-args 0.7.0

Library for handling command line arguments.

GroupId

GroupId

com.github.crabs-hue.commons
ArtifactId

ArtifactId

commons-args
Version

Version

0.7.0
Type

Type

jar

Download commons-args 0.7.0


<!-- https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-args/ -->
<dependency>
    <groupId>com.github.crabs-hue.commons</groupId>
    <artifactId>commons-args</artifactId>
    <version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-args/
implementation 'com.github.crabs-hue.commons:commons-args:0.7.0'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-args/
implementation ("com.github.crabs-hue.commons:commons-args:0.7.0")
'com.github.crabs-hue.commons:commons-args:jar:0.7.0'
<dependency org="com.github.crabs-hue.commons" name="commons-args" rev="0.7.0">
  <artifact name="commons-args" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-args', version='0.7.0')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-args" % "0.7.0"
[com.github.crabs-hue.commons/commons-args "0.7.0"]