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
文件下载
文件名 操作
ldap-protocol-0.9.jar 下载
ldap-protocol-0.9.pom 下载
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'