is not current version
Last Version 0.1.5

io.github.theprez:jcmdutils 0.0.1

Utilities for building command line programs

GroupId

GroupId

io.github.theprez
ArtifactId

ArtifactId

jcmdutils
Version

Version

0.0.1
Type

Type

jar

Download jcmdutils 0.0.1


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