a

api-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.
文件下载
文件名 操作
api-ldap-codec-standalone-1.0.0-M27.jar 下载
api-ldap-codec-standalone-1.0.0-M27.pom 下载
api-ldap-codec-standalone-1.0.0-M27-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.directory.api</groupId>
  <artifactId>api-ldap-codec-standalone</artifactId>
  <version>1.0.0-M27</version>
</dependency>
Gradle Groovy
implementation 'org.apache.directory.api:api-ldap-codec-standalone:1.0.0-M27'
Gradle Kotlin
implementation("org.apache.directory.api:api-ldap-codec-standalone:1.0.0-M27")
Scala SBT
libraryDependencies += "org.apache.directory.api" % "api-ldap-codec-standalone" % "1.0.0-M27"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.directory.api', module='api-ldap-codec-standalone', version='1.0.0-M27')
)
Apache Ivy
<dependency org="org.apache.directory.api" name="api-ldap-codec-standalone" rev="1.0.0-M27" />
Leiningen
[org.apache.directory.api/api-ldap-codec-standalone "1.0.0-M27"]
Apache Buildr
'org.apache.directory.api:api-ldap-codec-standalone:jar:1.0.0-M27'