Jar examples for a:apacheds-core-jndi
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 2.0.0-M21 in this page.
Apache License
You can use the following script to add apacheds-core-jndi-2.0.0-M21.jar to your project.
<dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-core-jndi</artifactId> <version>2.0.0-M21</version> </dependency>
compile group: 'org.apache.directory.server', name: 'apacheds-core-jndi', version: '2.0.0-M21'
libraryDependencies += "org.apache.directory.server" % "apacheds-core-jndi" % "2.0.0-M21"
<dependency org="org.apache.directory.server" name="apacheds-core-jndi" rev="2.0.0-M21"/>
@Grapes(@Grab(group='org.apache.directory.server', module='apacheds-core-jndi', version='2.0.0-M21'))
'org.apache.directory.server:apacheds-core-jndi:jar:2.0.0-M21'
Click the following link to download the jar file.
apacheds-core-jndi-2.0.0-M21-javadoc.jar