Download apacheds-core-jndi-1.5.7.jar file - Jar a

Jar examples for a:apacheds-core-jndi

Description

Contains a JNDI provider implementation which wraps the core so existing applications based on JNDI can use the server embedded transparently. Remote and local runtime operations will appear and feel exactly the same with a performance boost when local. All operations via this JNDI provider bypass the LDAP stack to perform ooerations directly on the ApacheDS core.

You can download jar file apacheds-core-jndi 1.5.7 in this page.

License

Apache License

Build File

You can use the following script to add apacheds-core-jndi-1.5.7.jar to your project.

<dependency>
   <groupId>org.apache.directory.server</groupId>
   <artifactId>apacheds-core-jndi</artifactId>
   <version>1.5.7</version>
</dependency>
compile group: 'org.apache.directory.server', name: 'apacheds-core-jndi', version: '1.5.7'
libraryDependencies += "org.apache.directory.server" % "apacheds-core-jndi" % "1.5.7"
<dependency org="org.apache.directory.server" name="apacheds-core-jndi" rev="1.5.7"/>
@Grapes(@Grab(group='org.apache.directory.server', module='apacheds-core-jndi', version='1.5.7'))
'org.apache.directory.server:apacheds-core-jndi:jar:1.5.7'

Download

Click the following link to download the jar file.

apacheds-core-jndi-1.5.7-javadoc.jar
apacheds-core-jndi-1.5.7-sources.jar
apacheds-core-jndi-1.5.7.jar
apacheds-core-jndi-1.5.7.pom



Related Tutorials