| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.directory.shared | 
| ArtifactId | ArtifactIdshared-ldap-codec-standalone | 
| Last Version | Last Version1.0.0-M13 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionApache 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. | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.apache.directory.shared/shared-ldap-codec-standalone/ -->
<dependency>
    <groupId>org.apache.directory.shared</groupId>
    <artifactId>shared-ldap-codec-standalone</artifactId>
    <version>1.0.0-M13</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.directory.shared/shared-ldap-codec-standalone/
implementation 'org.apache.directory.shared:shared-ldap-codec-standalone:1.0.0-M13'// https://jarcasting.com/artifacts/org.apache.directory.shared/shared-ldap-codec-standalone/
implementation ("org.apache.directory.shared:shared-ldap-codec-standalone:1.0.0-M13")'org.apache.directory.shared:shared-ldap-codec-standalone:jar:1.0.0-M13'<dependency org="org.apache.directory.shared" name="shared-ldap-codec-standalone" rev="1.0.0-M13">
  <artifact name="shared-ldap-codec-standalone" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.directory.shared', module='shared-ldap-codec-standalone', version='1.0.0-M13')
)libraryDependencies += "org.apache.directory.shared" % "shared-ldap-codec-standalone" % "1.0.0-M13"[org.apache.directory.shared/shared-ldap-codec-standalone "1.0.0-M13"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.directory.shared : shared-ldap-net-mina | jar | 1.0.0-M13 | 
| org.apache.directory.shared : shared-ldap-codec-core | jar | 1.0.0-M13 | 
| org.apache.mina : mina-core | jar | 2.0.7 | 
| org.slf4j : slf4j-api | jar | 1.7.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| findbugs : annotations | jar | 1.0.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.directory.junit : junit-addons | jar | 0.1 | 
| org.slf4j : slf4j-log4j12 | jar | 1.7.1 | 
| junit : junit | jar | 4.10 |