MVN

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

Maven & Gradle

Aug 18, 2009
24 usages

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.

<dependency>
    <groupId>org.apache.directory.server</groupId>
    <artifactId>apacheds-bootstrap-partition</artifactId>
    <version>1.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.directory.server : apacheds-bootstrap-partition to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.5

All Versions

Choose a version of org.apache.directory.server : apacheds-bootstrap-partition to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
apacheds-bootstrap-partition-1.5.5
apacheds-bootstrap-partition-1.5.4
apacheds-bootstrap-partition-1.5.3
apacheds-bootstrap-partition-1.5.2
apacheds-bootstrap-partition-1.5.1
apacheds-bootstrap-partition-1.5.0

How to add a dependency to Maven

Add the following org.apache.directory.server : apacheds-bootstrap-partition maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.directory.server</groupId>
    <artifactId>apacheds-bootstrap-partition</artifactId>
    <version>1.5.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.directory.server : apacheds-bootstrap-partition gradle dependency to your build.gradle file:

implementation 'org.apache.directory.server:apacheds-bootstrap-partition:1.5.5'

Gradle Kotlin DSL: Add the following org.apache.directory.server : apacheds-bootstrap-partition gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.directory.server:apacheds-bootstrap-partition:1.5.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.directory.server : apacheds-bootstrap-partition sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.directory.server" % "apacheds-bootstrap-partition" % "1.5.5"

Advertisement