Download tools4j-cli-0.0.5.jar file - Jar t

Jar examples for t:tools4j-cli

Description

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

You can download jar file tools4j-cli 0.0.5 in this page.

License

Apache License

Build File

You can use the following script to add tools4j-cli-0.0.5.jar to your project.

<dependency>
   <groupId>org.deephacks.tools4j</groupId>
   <artifactId>tools4j-cli</artifactId>
   <version>0.0.5</version>
</dependency>
compile group: 'org.deephacks.tools4j', name: 'tools4j-cli', version: '0.0.5'
libraryDependencies += "org.deephacks.tools4j" % "tools4j-cli" % "0.0.5"
<dependency org="org.deephacks.tools4j" name="tools4j-cli" rev="0.0.5"/>
@Grapes(@Grab(group='org.deephacks.tools4j', module='tools4j-cli', version='0.0.5'))
'org.deephacks.tools4j:tools4j-cli:jar:0.0.5'

Download

Click the following link to download the jar file.

tools4j-cli-0.0.5-javadoc.jar
tools4j-cli-0.0.5-sources.jar
tools4j-cli-0.0.5.jar
tools4j-cli-0.0.5.pom



Related Tutorials