组织ID: |
org.apache.directory.server |
项目ID: |
apacheds-jdbm-store |
版本: |
1.5.0 |
最后修改时间: |
2019-09-18 11:32:32 |
包类型: |
jar |
标题: |
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. |
大小: |
52.42KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-jdbm-store</artifactId>
<version>1.5.0</version>
</dependency>
|
Gradle引入代码: |
org.apache.directory.server:apacheds-jdbm-store:1.5.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="ISO-8859-1"?><project>
<parent>
<artifactId>build</artifactId>
<groupId>org.apache.directory.server</groupId>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>apacheds-jdbm-store</artifactId>
<name>ApacheDS JDBM Store</name>
<version>1.5.0</version>
<description>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.</description>
<dependencies>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>nlog4j</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jdbm</groupId>
<artifactId>jdbm</artifactId>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>apacheds-constants</artifactId>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>apacheds-btree-base</artifactId>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>apacheds-schema-registries</artifactId>
<version>1.5.0</version>
</dependency>
</dependencies>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmStoreConfiguration.class
org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmStore$1.class
org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex.class
org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmMasterTable$1.class
org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeIterator.class
org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmStore.class
org.apache.directory.server.core.partition.impl.btree.jdbm.DupsEnumeration.class
org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmMasterTable$2.class
org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable.class
org.apache.directory.server.core.partition.impl.btree.jdbm.AttributesSerializer.class
org.apache.directory.server.core.partition.impl.btree.jdbm.AttributeSerializer.class
org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmMasterTable.class
org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeTupleEnumeration.class
org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeRedirect.class
org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTupleBrowser.class
org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable$1.class
org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeEnumeration.class
META-INF/NOTICE.txt
META-INF/LICENSE.txt
META-INF/maven/org.apache.directory.server/apacheds-jdbm-store/pom.xml
META-INF/maven/org.apache.directory.server/apacheds-jdbm-store/pom.properties
|
依赖Jar: |
apacheds-constants-1.5.0.jar
/${pom.groupId}/apacheds-constants/1.5.0
查看apacheds-constants所有版本文件
apacheds-btree-base-1.5.0.jar
/${pom.groupId}/apacheds-btree-base/1.5.0
查看apacheds-btree-base所有版本文件
apacheds-schema-registries-1.5.0.jar
/${pom.groupId}/apacheds-schema-registries/1.5.0
查看apacheds-schema-registries所有版本文件
|