a

apacheds-bootstrap-partition

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.
Files download
File Operation
apacheds-bootstrap-partition-1.5.1.jar download
apacheds-bootstrap-partition-1.5.1.pom download
apacheds-bootstrap-partition-1.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.directory.server</groupId>
  <artifactId>apacheds-bootstrap-partition</artifactId>
  <version>1.5.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.directory.server:apacheds-bootstrap-partition:1.5.1'
Gradle Kotlin
implementation("org.apache.directory.server:apacheds-bootstrap-partition:1.5.1")
Scala SBT
libraryDependencies += "org.apache.directory.server" % "apacheds-bootstrap-partition" % "1.5.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.directory.server', module='apacheds-bootstrap-partition', version='1.5.1')
)
Apache Ivy
<dependency org="org.apache.directory.server" name="apacheds-bootstrap-partition" rev="1.5.1" />
Leiningen
[org.apache.directory.server/apacheds-bootstrap-partition "1.5.1"]
Apache Buildr
'org.apache.directory.server:apacheds-bootstrap-partition:jar:1.5.1'