is not current version
Last Version 1.5.5

org.apache.directory.server:apacheds-bootstrap-partition 1.5.1

A special jar file that contains a pre-loaded partition with schema information. This schema partition will mount off of the ou=schema namingContext. This artifact contains the db files for this partition. It must be used with the apacheds-bootstrap-extract jar which contains the classes to install these files.

GroupId

GroupId

org.apache.directory.server
ArtifactId

ArtifactId

apacheds-bootstrap-partition
Version

Version

1.5.1
Type

Type

jar

Download apacheds-bootstrap-partition 1.5.1


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