MVN

org.openidentityplatform.opendj : opendj-legacy

Maven & Gradle

Jul 20, 2023
1 usages
302 stars

OpenDJ Legacy · This module contains OpenDJ legacy code that needs to be kept for compatibility reasons but will never be used again. DO NOT USE THIS CODE AT ALL, it could be removed any time. All code must be marked as deprecated with a link to the bug tracker.

<dependency>
    <groupId>org.openidentityplatform.opendj</groupId>
    <artifactId>opendj-legacy</artifactId>
    <version>4.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openidentityplatform.opendj : opendj-legacy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.5.5

All Versions

Choose a version of org.openidentityplatform.opendj : opendj-legacy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.5.x
opendj-legacy-4.5.5
opendj-legacy-4.5.4
opendj-legacy-4.5.3
opendj-legacy-4.5.2
opendj-legacy-4.5.1
opendj-legacy-4.5.0
4.4.x
opendj-legacy-4.4.15
opendj-legacy-4.4.14
opendj-legacy-4.4.13
opendj-legacy-4.4.12
opendj-legacy-4.4.11
opendj-legacy-4.4.10
opendj-legacy-4.4.9
opendj-legacy-4.4.8
opendj-legacy-4.4.7

How to add a dependency to Maven

Add the following org.openidentityplatform.opendj : opendj-legacy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openidentityplatform.opendj</groupId>
    <artifactId>opendj-legacy</artifactId>
    <version>4.5.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openidentityplatform.opendj : opendj-legacy gradle dependency to your build.gradle file:

implementation 'org.openidentityplatform.opendj:opendj-legacy:4.5.5'

Gradle Kotlin DSL: Add the following org.openidentityplatform.opendj : opendj-legacy gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openidentityplatform.opendj:opendj-legacy:4.5.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openidentityplatform.opendj : opendj-legacy sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openidentityplatform.opendj" % "opendj-legacy" % "4.5.5"