MVN

com.typesafe.conductr : java-test-lib_2.11

Maven & Gradle

Jan 29, 2018
13 usages

java-test-lib · java-test-lib

<dependency>
    <groupId>com.typesafe.conductr</groupId>
    <artifactId>java-test-lib_2.11</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.typesafe.conductr : java-test-lib_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of com.typesafe.conductr : java-test-lib_2.11 to add to Maven or Gradle - All Versions:

  • Version Updated
  • java-test-lib_2.11-2.2.0

    Jan 29, 2018
  • java-test-lib_2.11-2.1.1

    Dec 14, 2017
  • java-test-lib_2.11-2.1.0

    Oct 29, 2017
  • java-test-lib_2.11-2.0.2

    Aug 20, 2017
  • java-test-lib_2.11-2.0.1

    Aug 16, 2017
  • java-test-lib_2.11-2.0.0

    Jun 27, 2017
  • java-test-lib_2.11-1.9.4

    Jun 23, 2017
  • java-test-lib_2.11-1.9.3

    Jun 20, 2017
  • java-test-lib_2.11-1.9.2

    Jun 19, 2017
  • java-test-lib_2.11-1.9.1

    May 17, 2017
  • java-test-lib_2.11-1.9.0

    May 05, 2017
  • java-test-lib_2.11-1.8.1

    Apr 13, 2017
  • java-test-lib_2.11-1.8.0

    Apr 10, 2017
  • java-test-lib_2.11-1.7.0

    Apr 07, 2017
  • java-test-lib_2.11-1.6.1

    Feb 14, 2017
  • java-test-lib_2.11-1.6.0

    Feb 10, 2017
  • java-test-lib_2.11-1.5.0

    Dec 08, 2016

How to add a dependency to Maven

Add the following com.typesafe.conductr : java-test-lib_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.typesafe.conductr</groupId>
    <artifactId>java-test-lib_2.11</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.typesafe.conductr : java-test-lib_2.11 gradle dependency to your build.gradle file:

implementation 'com.typesafe.conductr:java-test-lib_2.11:2.2.0'

Gradle Kotlin DSL: Add the following com.typesafe.conductr : java-test-lib_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.typesafe.conductr:java-test-lib_2.11:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.typesafe.conductr : java-test-lib_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.typesafe.conductr" % "java-test-lib_2.11" % "2.2.0"