MVN

org.deephacks.tools4j : toolsj4-config-perf

Maven & Gradle

Jul 13, 2013

Tools4j Config Perfomance Test · Performance Tests for Tools4j Config

<dependency>
    <groupId>org.deephacks.tools4j</groupId>
    <artifactId>toolsj4-config-perf</artifactId>
    <version>0.12.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.12.3

All Versions

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

Version Vulnerabilities Updated
0.12.x
toolsj4-config-perf-0.12.3
toolsj4-config-perf-0.12.2
toolsj4-config-perf-0.12.1
toolsj4-config-perf-0.12.0
0.10.x
toolsj4-config-perf-0.10.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.deephacks.tools4j</groupId>
    <artifactId>toolsj4-config-perf</artifactId>
    <version>0.12.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.deephacks.tools4j:toolsj4-config-perf:0.12.3'

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

implementation("org.deephacks.tools4j:toolsj4-config-perf:0.12.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.deephacks.tools4j" % "toolsj4-config-perf" % "0.12.3"