Download ldap-protocol-0.9.jar file - Jar l

Jar examples for l:ldap-protocol

Description

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.

You can download jar file ldap-protocol 0.9 in this page.

License

Apache 2.0 License

Build File

You can use the following script to add ldap-protocol-0.9.jar to your project.

<dependency>
   <groupId>directory-protocols</groupId>
   <artifactId>ldap-protocol</artifactId>
   <version>0.9</version>
</dependency>
compile group: 'directory-protocols', name: 'ldap-protocol', version: '0.9'
libraryDependencies += "directory-protocols" % "ldap-protocol" % "0.9"
<dependency org="directory-protocols" name="ldap-protocol" rev="0.9"/>
@Grapes(@Grab(group='directory-protocols', module='ldap-protocol', version='0.9'))
'directory-protocols:ldap-protocol:jar:0.9'

Download

Click the following link to download the jar file.

ldap-protocol-0.9.jar
ldap-protocol-0.9.pom



Related Tutorials