MVN

directory.directory : apacheds-shared

Maven & Gradle

Jul 18, 2006

ApacheDS Shared · Created to eliminate cyclic project dependencies between the core and the maven plugin. Any code shared across modules in general can go here so long as it does not depend on other modules.

<dependency>
    <groupId>directory.directory</groupId>
    <artifactId>apacheds-shared</artifactId>
    <version>0.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of directory.directory : apacheds-shared to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.3

All Versions

Choose a version of directory.directory : apacheds-shared to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
apacheds-shared-0.9.3
apacheds-shared-0.9.2
apacheds-shared-0.9.1
0.9
apacheds-shared-0.9

How to add a dependency to Maven

Add the following directory.directory : apacheds-shared maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>directory.directory</groupId>
    <artifactId>apacheds-shared</artifactId>
    <version>0.9.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following directory.directory : apacheds-shared gradle dependency to your build.gradle file:

implementation 'directory.directory:apacheds-shared:0.9.3'

Gradle Kotlin DSL: Add the following directory.directory : apacheds-shared gradle kotlin dependency to your build.gradle.kts file:

implementation("directory.directory:apacheds-shared:0.9.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following directory.directory : apacheds-shared sbt scala dependency to your build.sbt file:

libraryDependencies += "directory.directory" % "apacheds-shared" % "0.9.3"

Advertisement