MVN

org.deephacks.tools4j : tools4j-cli

Maven & Gradle

Jul 04, 2014
2 usages
1 stars

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

<dependency>
    <groupId>org.deephacks.tools4j</groupId>
    <artifactId>tools4j-cli</artifactId>
    <version>0.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.deephacks.tools4j : tools4j-cli to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7

All Versions

Choose a version of org.deephacks.tools4j : tools4j-cli to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
tools4j-cli-0.0.7
tools4j-cli-0.0.5
tools4j-cli-0.0.4
tools4j-cli-0.0.3
tools4j-cli-0.0.2
tools4j-cli-0.0.1

How to add a dependency to Maven

Add the following org.deephacks.tools4j : tools4j-cli maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.deephacks.tools4j</groupId>
    <artifactId>tools4j-cli</artifactId>
    <version>0.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.deephacks.tools4j : tools4j-cli gradle dependency to your build.gradle file:

implementation 'org.deephacks.tools4j:tools4j-cli:0.0.7'

Gradle Kotlin DSL: Add the following org.deephacks.tools4j : tools4j-cli gradle kotlin dependency to your build.gradle.kts file:

implementation("org.deephacks.tools4j:tools4j-cli:0.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.deephacks.tools4j : tools4j-cli sbt scala dependency to your build.sbt file:

libraryDependencies += "org.deephacks.tools4j" % "tools4j-cli" % "0.0.7"