a

apacheds-bootstrap-extract

This artifact contains the classes needed to extract db files into the proper position for the schema partition.
文件下载
文件名 操作
apacheds-bootstrap-extract-1.5.4.jar 下载
apacheds-bootstrap-extract-1.5.4.pom 下载
apacheds-bootstrap-extract-1.5.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.directory.server</groupId>
  <artifactId>apacheds-bootstrap-extract</artifactId>
  <version>1.5.4</version>
</dependency>
Gradle Groovy
implementation 'org.apache.directory.server:apacheds-bootstrap-extract:1.5.4'
Gradle Kotlin
implementation("org.apache.directory.server:apacheds-bootstrap-extract:1.5.4")
Scala SBT
libraryDependencies += "org.apache.directory.server" % "apacheds-bootstrap-extract" % "1.5.4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.directory.server', module='apacheds-bootstrap-extract', version='1.5.4')
)
Apache Ivy
<dependency org="org.apache.directory.server" name="apacheds-bootstrap-extract" rev="1.5.4" />
Leiningen
[org.apache.directory.server/apacheds-bootstrap-extract "1.5.4"]
Apache Buildr
'org.apache.directory.server:apacheds-bootstrap-extract:jar:1.5.4'