MVN

org.deephacks.tools4j : tools4j-config-api-model

Maven & Gradle

Jul 23, 2013
13 usages

Tools4j Config API Model · Model of Tools4j Config

<dependency>
    <groupId>org.deephacks.tools4j</groupId>
    <artifactId>tools4j-config-api-model</artifactId>
    <version>0.15.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.15.0

All Versions

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

Version Vulnerabilities Updated
0.15.x
tools4j-config-api-model-0.15.0
0.14.x
tools4j-config-api-model-0.14.2
tools4j-config-api-model-0.14.1
tools4j-config-api-model-0.14.0
0.13.x
tools4j-config-api-model-0.13.1
tools4j-config-api-model-0.13.0
0.12.x
tools4j-config-api-model-0.12.3
tools4j-config-api-model-0.12.2
tools4j-config-api-model-0.12.1
tools4j-config-api-model-0.12.0
0.10.x
tools4j-config-api-model-0.10.0
0.0.x
tools4j-config-api-model-0.0.8
tools4j-config-api-model-0.0.7
tools4j-config-api-model-0.0.6
tools4j-config-api-model-0.0.5
tools4j-config-api-model-0.0.4
tools4j-config-api-model-0.0.3
tools4j-config-api-model-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.deephacks.tools4j</groupId>
    <artifactId>tools4j-config-api-model</artifactId>
    <version>0.15.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.deephacks.tools4j:tools4j-config-api-model:0.15.0'

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

implementation("org.deephacks.tools4j:tools4j-config-api-model:0.15.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.deephacks.tools4j" % "tools4j-config-api-model" % "0.15.0"