l

ldap-protocol

The protocol provider used to snap in LDAP handlers and codecs into the protocol framework. These handlers are JNDI clients, specifically LDAP JNDI callers. Any JNDI provider can be used for the provider but the primary target is the core's JNDI provider.
http://incubator.apache.org/directory/subprojects/provideres/ldap
Apache 2.0 License
Alex Karasulu Enrique Rodriguez
Files download
File Operation
ldap-protocol-0.9.jar download
ldap-protocol-0.9.pom download
Apache Maven
<dependency>
  <groupId>directory-protocols</groupId>
  <artifactId>ldap-protocol</artifactId>
  <version>0.9</version>
</dependency>
Gradle Groovy
implementation 'directory-protocols:ldap-protocol:0.9'
Gradle Kotlin
implementation("directory-protocols:ldap-protocol:0.9")
Scala SBT
libraryDependencies += "directory-protocols" % "ldap-protocol" % "0.9"
Groovy Grape
@Grapes(
  @Grab(group='directory-protocols', module='ldap-protocol', version='0.9')
)
Apache Ivy
<dependency org="directory-protocols" name="ldap-protocol" rev="0.9" />
Leiningen
[directory-protocols/ldap-protocol "0.9"]
Apache Buildr
'directory-protocols:ldap-protocol:jar:0.9'