MVN

org.apache.directory.api : api-integ

Maven & Gradle

Apr 05, 2023

Apache Directory API Integration Tests · A place to put integration tests that if put in their rightful project position would incure some cyclic dependencies even if the dependencies were test scoped dependencies.

<dependency>
    <groupId>org.apache.directory.api</groupId>
    <artifactId>api-integ</artifactId>
    <version>2.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.directory.api : api-integ to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.3
  • Latest Release Candidate: 1.0.0-RC2

All Versions

Choose a version of org.apache.directory.api : api-integ to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
api-integ-2.1.3
api-integ-2.1.2
api-integ-2.1.1
api-integ-2.1.0
2.0.x
api-integ-2.0.2
api-integ-2.0.1
api-integ-2.0.0
api-integ-2.0.0.AM4
api-integ-2.0.0.AM3
api-integ-2.0.0.AM2
api-integ-2.0.0.AM1
1.0.x
api-integ-1.0.3
api-integ-1.0.2
api-integ-1.0.1
api-integ-1.0.0
api-integ-1.0.0-RC2
api-integ-1.0.0-RC1
api-integ-1.0.0-M33
api-integ-1.0.0-M32
api-integ-1.0.0-M31
api-integ-1.0.0-M30
api-integ-1.0.0-M29
api-integ-1.0.0-M28
api-integ-1.0.0-M27
api-integ-1.0.0-M26
api-integ-1.0.0-M25
api-integ-1.0.0-M24
api-integ-1.0.0-M23
api-integ-1.0.0-M22
api-integ-1.0.0-M21
api-integ-1.0.0-M20
api-integ-1.0.0-M19
api-integ-1.0.0-M18
api-integ-1.0.0-M17
api-integ-1.0.0-M16
api-integ-1.0.0-M15
api-integ-1.0.0-M14

How to add a dependency to Maven

Add the following org.apache.directory.api : api-integ maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.directory.api</groupId>
    <artifactId>api-integ</artifactId>
    <version>2.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.directory.api : api-integ gradle dependency to your build.gradle file:

implementation 'org.apache.directory.api:api-integ:2.1.3'

Gradle Kotlin DSL: Add the following org.apache.directory.api : api-integ gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.directory.api:api-integ:2.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.directory.api : api-integ sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.directory.api" % "api-integ" % "2.1.3"

Advertisement