o

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.
Files download
File Operation
opendj-legacy-4.6.2.jar download
opendj-legacy-4.6.2.pom download
opendj-legacy-4.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openidentityplatform.opendj</groupId>
  <artifactId>opendj-legacy</artifactId>
  <version>4.6.2</version>
</dependency>
Gradle Groovy
implementation 'org.openidentityplatform.opendj:opendj-legacy:4.6.2'
Gradle Kotlin
implementation("org.openidentityplatform.opendj:opendj-legacy:4.6.2")
Scala SBT
libraryDependencies += "org.openidentityplatform.opendj" % "opendj-legacy" % "4.6.2"
Groovy Grape
@Grapes(
  @Grab(group='org.openidentityplatform.opendj', module='opendj-legacy', version='4.6.2')
)
Apache Ivy
<dependency org="org.openidentityplatform.opendj" name="opendj-legacy" rev="4.6.2" />
Leiningen
[org.openidentityplatform.opendj/opendj-legacy "4.6.2"]
Apache Buildr
'org.openidentityplatform.opendj:opendj-legacy:jar:4.6.2'