MVN

com.typesafe.conductr : conductr-lib-common

Maven & Gradle

Jan 29, 2018
4 usages
8 stars

conductr-lib-common · conductr-lib-common

<dependency>
    <groupId>com.typesafe.conductr</groupId>
    <artifactId>conductr-lib-common</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.typesafe.conductr : conductr-lib-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of com.typesafe.conductr : conductr-lib-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
conductr-lib-common-2.2.0
2.1.x
conductr-lib-common-2.1.1
conductr-lib-common-2.1.0
2.0.x
conductr-lib-common-2.0.2
conductr-lib-common-2.0.1
conductr-lib-common-2.0.0
1.9.x
conductr-lib-common-1.9.4
conductr-lib-common-1.9.3
conductr-lib-common-1.9.2
conductr-lib-common-1.9.1
conductr-lib-common-1.9.0
1.8.x
conductr-lib-common-1.8.1
conductr-lib-common-1.8.0
1.7.x
conductr-lib-common-1.7.0
1.6.x
conductr-lib-common-1.6.1
conductr-lib-common-1.6.0
1.5.x
conductr-lib-common-1.5.0
1.4.x
conductr-lib-common-1.4.14
conductr-lib-common-1.4.13
conductr-lib-common-1.4.12
conductr-lib-common-1.4.11
conductr-lib-common-1.4.10
conductr-lib-common-1.4.9
conductr-lib-common-1.4.8
conductr-lib-common-1.4.7
conductr-lib-common-1.4.6
conductr-lib-common-1.4.5
conductr-lib-common-1.4.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.typesafe.conductr</groupId>
    <artifactId>conductr-lib-common</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.typesafe.conductr : conductr-lib-common gradle dependency to your build.gradle file:

implementation 'com.typesafe.conductr:conductr-lib-common:2.2.0'

Gradle Kotlin DSL: Add the following com.typesafe.conductr : conductr-lib-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.typesafe.conductr:conductr-lib-common:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.typesafe.conductr : conductr-lib-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.typesafe.conductr" % "conductr-lib-common" % "2.2.0"

Advertisement