MVN

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

Maven & Gradle

Feb 14, 2011
9 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</artifactId>
    <version>1.0.0-M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0-M1

All Versions

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

Version Vulnerabilities Updated
1.0.x
shared-ldap-schema-1.0.0-M1
0.9.x
shared-ldap-schema-0.9.19
shared-ldap-schema-0.9.18

How to add a dependency to Maven

Add the following org.apache.directory.shared : shared-ldap-schema 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</artifactId>
    <version>1.0.0-M1</version>
</dependency>

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement