MVN

directory-shared : apache-ldapber-provider

Maven & Gradle

Dec 24, 2005
9 usages

Apache's ASN.1 based LDAP BER Message Provider · A provider for the LDAP message framework (in LDAP commons) based on the Apache ASN.1 BER Runtime.

<dependency>
    <groupId>directory-shared</groupId>
    <artifactId>apache-ldapber-provider</artifactId>
    <version>0.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of directory-shared : apache-ldapber-provider to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.3

All Versions

Choose a version of directory-shared : apache-ldapber-provider to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
apache-ldapber-provider-0.9.3
apache-ldapber-provider-0.9.2
0.9
apache-ldapber-provider-0.9

How to add a dependency to Maven

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

<dependency>
    <groupId>directory-shared</groupId>
    <artifactId>apache-ldapber-provider</artifactId>
    <version>0.9.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following directory-shared : apache-ldapber-provider gradle dependency to your build.gradle file:

implementation 'directory-shared:apache-ldapber-provider:0.9.3'

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

implementation("directory-shared:apache-ldapber-provider:0.9.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following directory-shared : apache-ldapber-provider sbt scala dependency to your build.sbt file:

libraryDependencies += "directory-shared" % "apache-ldapber-provider" % "0.9.3"