MVN

org.apache.directory.shared : shared-ldap-codec-standalone

Maven & Gradle

Oct 08, 2012
15 usages

Apache Directory Shared LDAP Codec Standalone · This module was created to fix issue DIRSHARED-91 where the embedded Felix instance inside the default LdapCodecService implementation was making it very problematic to deploy the ldap-codec inside an RCP (OSGi) environment and hence Apache Directory Studio could not use it. This module is most likely temporary and will disappear once we are fully OSGi enabled. This module is a plain old jar, not a bundle to avoid accidental reuse as an OSGi module because it contains the version of the LdapCodecService that embeds Felix to make controls and extended ops pluggable in the codec.

<dependency>
    <groupId>org.apache.directory.shared</groupId>
    <artifactId>shared-ldap-codec-standalone</artifactId>
    <version>1.0.0-M13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.directory.shared : shared-ldap-codec-standalone to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-M13

All Versions

Choose a version of org.apache.directory.shared : shared-ldap-codec-standalone to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
shared-ldap-codec-standalone-1.0.0-M13
shared-ldap-codec-standalone-1.0.0-M12
shared-ldap-codec-standalone-1.0.0-M11
shared-ldap-codec-standalone-1.0.0-M10
shared-ldap-codec-standalone-1.0.0-M9
shared-ldap-codec-standalone-1.0.0-M8
shared-ldap-codec-standalone-1.0.0-M7
shared-ldap-codec-standalone-1.0.0-M6
shared-ldap-codec-standalone-1.0.0-M5
shared-ldap-codec-standalone-1.0.0-M4
shared-ldap-codec-standalone-1.0.0-M3
shared-ldap-codec-standalone-1.0.0-M2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.directory.shared</groupId>
    <artifactId>shared-ldap-codec-standalone</artifactId>
    <version>1.0.0-M13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.directory.shared : shared-ldap-codec-standalone gradle dependency to your build.gradle file:

implementation 'org.apache.directory.shared:shared-ldap-codec-standalone:1.0.0-M13'

Gradle Kotlin DSL: Add the following org.apache.directory.shared : shared-ldap-codec-standalone gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.directory.shared:shared-ldap-codec-standalone:1.0.0-M13")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.directory.shared : shared-ldap-codec-standalone sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.directory.shared" % "shared-ldap-codec-standalone" % "1.0.0-M13"

Advertisement