MVN

org.apache.directory.shared : shared-ldap-schema-data

Maven & Gradle

Oct 08, 2012
29 usages

Apache Directory Shared LDAP Schema · Jar bundled LDIF files containing schema data using the Apache Directory specific meta schema for describing schema information using LDAP. This jar can be used by clients as well as by ApacheDS' schema partition.

<dependency>
    <groupId>org.apache.directory.shared</groupId>
    <artifactId>shared-ldap-schema-data</artifactId>
    <version>1.0.0-M13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.directory.shared : shared-ldap-schema-data to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-M13

All Versions

Choose a version of org.apache.directory.shared : shared-ldap-schema-data to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
shared-ldap-schema-data-1.0.0-M13
shared-ldap-schema-data-1.0.0-M12
shared-ldap-schema-data-1.0.0-M11
shared-ldap-schema-data-1.0.0-M10
shared-ldap-schema-data-1.0.0-M9
shared-ldap-schema-data-1.0.0-M8
shared-ldap-schema-data-1.0.0-M7
shared-ldap-schema-data-1.0.0-M6
shared-ldap-schema-data-1.0.0-M5
shared-ldap-schema-data-1.0.0-M4
shared-ldap-schema-data-1.0.0-M3
shared-ldap-schema-data-1.0.0-M2

How to add a dependency to Maven

Add the following org.apache.directory.shared : shared-ldap-schema-data maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.directory.shared</groupId>
    <artifactId>shared-ldap-schema-data</artifactId>
    <version>1.0.0-M13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.directory.shared : shared-ldap-schema-data gradle dependency to your build.gradle file:

implementation 'org.apache.directory.shared:shared-ldap-schema-data:1.0.0-M13'

Gradle Kotlin DSL: Add the following org.apache.directory.shared : shared-ldap-schema-data gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.directory.shared:shared-ldap-schema-data:1.0.0-M13")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.directory.shared : shared-ldap-schema-data sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.directory.shared" % "shared-ldap-schema-data" % "1.0.0-M13"