MVN

org.glassfish.main.ldapbp : ldapbp

Maven & Gradle

Jul 28, 2023
6 usages
331 stars

LDAP Booster Pack

<dependency>
    <groupId>org.glassfish.main.ldapbp</groupId>
    <artifactId>ldapbp</artifactId>
    <version>7.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.main.ldapbp : ldapbp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.7
  • Latest Release Candidate: 6.0.0-RC4

All Versions

Choose a version of org.glassfish.main.ldapbp : ldapbp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
ldapbp-7.0.7
ldapbp-7.0.6
ldapbp-7.0.5
ldapbp-7.0.4
ldapbp-7.0.3
ldapbp-7.0.2
ldapbp-7.0.1
ldapbp-7.0.0
ldapbp-7.0.0-M10
ldapbp-7.0.0-M4
ldapbp-7.0.0-M3
ldapbp-7.0.0-M2
ldapbp-7.0.0-M1
6.2.x
ldapbp-6.2.5
ldapbp-6.2.4
ldapbp-6.2.3
ldapbp-6.2.2
ldapbp-6.2.1
ldapbp-6.2.0
6.0.x
ldapbp-6.0.0
ldapbp-6.0.0-RC4
ldapbp-6.0.0-RC3
ldapbp-6.0.0-RC2
ldapbp-6.0.0-RC1
ldapbp-6.0.0-M1
5.1.x
ldapbp-5.1.0
ldapbp-5.1.0-RC2
ldapbp-5.1.0-RC1
5.0.x
ldapbp-5.0.1

How to add a dependency to Maven

Add the following org.glassfish.main.ldapbp : ldapbp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.glassfish.main.ldapbp</groupId>
    <artifactId>ldapbp</artifactId>
    <version>7.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.main.ldapbp : ldapbp gradle dependency to your build.gradle file:

implementation 'org.glassfish.main.ldapbp:ldapbp:7.0.7'

Gradle Kotlin DSL: Add the following org.glassfish.main.ldapbp : ldapbp gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.main.ldapbp:ldapbp:7.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.main.ldapbp : ldapbp sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.main.ldapbp" % "ldapbp" % "7.0.7"

Advertisement