is not current version
Last Version 0.0.7

org.deephacks.tools4j:tools4j-cli 0.0.2

tools4j-cli provide an api for creating java based command line interfaces.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.deephacks.tools4j
ArtifactId

ArtifactId

tools4j-cli
Version

Version

0.0.2
Type

Type

jar

Download tools4j-cli 0.0.2


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