is not current version
Last Version 2.1.0

org.apache.directory.api:api-ldap-codec-standalone 2.0.0

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.

GroupId

GroupId

org.apache.directory.api
ArtifactId

ArtifactId

api-ldap-codec-standalone
Version

Version

2.0.0
Type

Type

jar

Download api-ldap-codec-standalone 2.0.0


<!-- https://jarcasting.com/artifacts/org.apache.directory.api/api-ldap-codec-standalone/ -->
<dependency>
    <groupId>org.apache.directory.api</groupId>
    <artifactId>api-ldap-codec-standalone</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.directory.api/api-ldap-codec-standalone/
implementation 'org.apache.directory.api:api-ldap-codec-standalone:2.0.0'
// https://jarcasting.com/artifacts/org.apache.directory.api/api-ldap-codec-standalone/
implementation ("org.apache.directory.api:api-ldap-codec-standalone:2.0.0")
'org.apache.directory.api:api-ldap-codec-standalone:jar:2.0.0'
<dependency org="org.apache.directory.api" name="api-ldap-codec-standalone" rev="2.0.0">
  <artifact name="api-ldap-codec-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.directory.api', module='api-ldap-codec-standalone', version='2.0.0')
)
libraryDependencies += "org.apache.directory.api" % "api-ldap-codec-standalone" % "2.0.0"
[org.apache.directory.api/api-ldap-codec-standalone "2.0.0"]