is not current version
Last Version 0.0.7

org.deephacks.tools4j:tools4j-cli 0.0.3

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.3
Type

Type

jar

Download tools4j-cli 0.0.3


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