MVN

org.connid.bundles : org.connid.bundles.ad

Maven & Gradle

Feb 04, 2015
8 stars

ConnId Bundles: AD

<dependency>
    <groupId>org.connid.bundles</groupId>
    <artifactId>org.connid.bundles.ad</artifactId>
    <version>1.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.connid.bundles : org.connid.bundles.ad to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6

All Versions

Choose a version of org.connid.bundles : org.connid.bundles.ad to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
org.connid.bundles.ad-1.1.6
org.connid.bundles.ad-1.1.5
org.connid.bundles.ad-1.1.4
org.connid.bundles.ad-1.1.3
org.connid.bundles.ad-1.1.2
org.connid.bundles.ad-1.1.1
org.connid.bundles.ad-1.1.0
1.0.x
org.connid.bundles.ad-1.0.6
org.connid.bundles.ad-1.0.5
org.connid.bundles.ad-1.0.4
org.connid.bundles.ad-1.0.3
org.connid.bundles.ad-1.0.2
org.connid.bundles.ad-1.0.1
1.0
org.connid.bundles.ad-1.0
0.9.x
org.connid.bundles.ad-0.9.1
0.9
org.connid.bundles.ad-0.9

How to add a dependency to Maven

Add the following org.connid.bundles : org.connid.bundles.ad maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.connid.bundles</groupId>
    <artifactId>org.connid.bundles.ad</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.connid.bundles : org.connid.bundles.ad gradle dependency to your build.gradle file:

implementation 'org.connid.bundles:org.connid.bundles.ad:1.1.6'

Gradle Kotlin DSL: Add the following org.connid.bundles : org.connid.bundles.ad gradle kotlin dependency to your build.gradle.kts file:

implementation("org.connid.bundles:org.connid.bundles.ad:1.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.connid.bundles : org.connid.bundles.ad sbt scala dependency to your build.sbt file:

libraryDependencies += "org.connid.bundles" % "org.connid.bundles.ad" % "1.1.6"