Download apacheds-xdbm-tools-1.5.7.jar file - Jar a

Jar examples for a:apacheds-xdbm-tools

Description

Several kinds of two column key/value data structures, in memory and on disk which sort keys can can be used to implement xdbm partitions. JDBM is one example. These partition use the same database structure or scheme for maintaining LDAP entries and facilitating search operations on them. This module contains common tools that could be used to manage aspects common to all xdbm implementations.

You can download jar file apacheds-xdbm-tools 1.5.7 in this page.

License

Apache License

Build File

You can use the following script to add apacheds-xdbm-tools-1.5.7.jar to your project.

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

Download

Click the following link to download the jar file.

apacheds-xdbm-tools-1.5.7-javadoc.jar
apacheds-xdbm-tools-1.5.7-sources.jar
apacheds-xdbm-tools-1.5.7.jar
apacheds-xdbm-tools-1.5.7.pom



Related Tutorials