Last Version

ApacheDS JDBM Store 1.5.7

A JDBM entry store which does not have any dependency on core interfaces. The JDBM partition will use this store and build on it to adapt this to server specific partition interfaces. Having this separate module without dependencies on core interfaces makes it easier to avoid cyclic dependencies between modules. This is especially important for use within the bootstrap plugin which needs to build the schema partition used for bootstrapping the server.

License

License

GroupId

GroupId

org.apache.directory.server
ArtifactId

ArtifactId

apacheds-jdbm-store
Version

Version

1.5.7
Type

Type

jar
Description

Description

ApacheDS JDBM Store
A JDBM entry store which does not have any dependency on core interfaces. The JDBM partition will use this store and build on it to adapt this to server specific partition interfaces. Having this separate module without dependencies on core interfaces makes it easier to avoid cyclic dependencies between modules. This is especially important for use within the bootstrap plugin which needs to build the schema partition used for bootstrapping the server.
Project Organization

Project Organization

The Apache Software Foundation

Download apacheds-jdbm-store 1.5.7


<!-- https://jarcasting.com/artifacts/org.apache.directory.server/apacheds-jdbm-store/ -->
<dependency>
    <groupId>org.apache.directory.server</groupId>
    <artifactId>apacheds-jdbm-store</artifactId>
    <version>1.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.directory.server/apacheds-jdbm-store/
implementation 'org.apache.directory.server:apacheds-jdbm-store:1.5.7'
// https://jarcasting.com/artifacts/org.apache.directory.server/apacheds-jdbm-store/
implementation ("org.apache.directory.server:apacheds-jdbm-store:1.5.7")
'org.apache.directory.server:apacheds-jdbm-store:jar:1.5.7'
<dependency org="org.apache.directory.server" name="apacheds-jdbm-store" rev="1.5.7">
  <artifact name="apacheds-jdbm-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.directory.server', module='apacheds-jdbm-store', version='1.5.7')
)
libraryDependencies += "org.apache.directory.server" % "apacheds-jdbm-store" % "1.5.7"
[org.apache.directory.server/apacheds-jdbm-store "1.5.7"]

Dependencies

compile (18)

Group / Artifact Type Version
org.apache.directory.server : apacheds-i18n jar 1.5.7
org.apache.directory.server : apacheds-jdbm jar 1.5.7
org.apache.directory.server : apacheds-core-entry jar 1.5.7
org.apache.directory.server : apacheds-core-avl jar 1.5.7
org.apache.directory.shared : shared-ldap jar 0.9.19
org.apache.directory.shared : shared-ldap-schema jar 0.9.19
org.apache.directory.shared : shared-ldap-schema-loader jar 0.9.19
org.apache.directory.shared : shared-ldap-schema-manager jar 0.9.19
org.apache.directory.shared : shared-cursor jar 0.9.19
org.apache.directory.shared : shared-ldap-jndi jar 0.9.19
org.apache.directory.shared : shared-asn1-codec jar 0.9.19
org.apache.directory.shared : shared-asn1 jar 0.9.19
org.apache.directory.shared : shared-ldap-constants jar 0.9.19
org.apache.directory.shared : shared-ldap-converter jar 0.9.19
org.apache.directory.shared : shared-ldap-schema-dao jar 0.9.19
org.apache.directory.shared : shared-ldif jar 0.9.19
org.apache.directory.shared : shared-dsml-parser jar 0.9.19
org.slf4j : slf4j-api jar 1.5.10

test (6)

Group / Artifact Type Version
org.apache.directory.server : apacheds-xdbm-tools jar 1.5.7
org.slf4j : jcl-over-slf4j jar 1.5.10
org.slf4j : slf4j-log4j12 jar 1.5.10
log4j : log4j jar 1.2.14
commons-io : commons-io jar 1.4
junit : junit jar 4.7

Project Modules

There are no modules declared in this project.