MVN

com.typesafe.conductr : conductr-bundle-lib

Maven & Gradle

Jan 29, 2018
3 usages
8 stars

conductr-bundle-lib · conductr-bundle-lib

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

Latest Version

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

  • Latest Stable: 2.2.0

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement