Download directory-1.2-beta.jar file - Jar d

Jar examples for d:directory

Description

This plugin integrates the Apache Directory Server (ApacheDS) LDAP server with Geronimo. That means that Geronimo will run an embedded LDAP server when it starts. This LDAP server may be used for LDAP security realms within Geronimo, as well as for other purposes by Geronimo applications or by remote applications. For more information on the ApacheDS project, see http://directory.apache.org

You can download jar file directory 1.2-beta in this page.

License

Apache License

Build File

You can use the following script to add directory-1.2-beta.jar to your project.

<dependency>
   <groupId>org.apache.geronimo.configs</groupId>
   <artifactId>directory</artifactId>
   <version>1.2-beta</version>
</dependency>
compile group: 'org.apache.geronimo.configs', name: 'directory', version: '1.2-beta'
libraryDependencies += "org.apache.geronimo.configs" % "directory" % "1.2-beta"
<dependency org="org.apache.geronimo.configs" name="directory" rev="1.2-beta"/>
@Grapes(@Grab(group='org.apache.geronimo.configs', module='directory', version='1.2-beta'))
'org.apache.geronimo.configs:directory:jar:1.2-beta'

Download

Click the following link to download the jar file.

directory-1.2-beta-sources.jar
directory-1.2-beta.pom



Related Tutorials