s

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.
Files download
File Operation
shared-ldap-codec-standalone-1.0.0-M13.jar download
shared-ldap-codec-standalone-1.0.0-M13.pom download
shared-ldap-codec-standalone-1.0.0-M13-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.directory.shared</groupId>
  <artifactId>shared-ldap-codec-standalone</artifactId>
  <version>1.0.0-M13</version>
</dependency>
Gradle Groovy
implementation 'org.apache.directory.shared:shared-ldap-codec-standalone:1.0.0-M13'
Gradle Kotlin
implementation("org.apache.directory.shared:shared-ldap-codec-standalone:1.0.0-M13")
Scala SBT
libraryDependencies += "org.apache.directory.shared" % "shared-ldap-codec-standalone" % "1.0.0-M13"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.directory.shared', module='shared-ldap-codec-standalone', version='1.0.0-M13')
)
Apache Ivy
<dependency org="org.apache.directory.shared" name="shared-ldap-codec-standalone" rev="1.0.0-M13" />
Leiningen
[org.apache.directory.shared/shared-ldap-codec-standalone "1.0.0-M13"]
Apache Buildr
'org.apache.directory.shared:shared-ldap-codec-standalone:jar:1.0.0-M13'