o

opendj-parent

OpenDJ is a new LDAPv3 compliant directory service, developed for the Java platform, providing a high performance, highly available and secure store for the identities managed by enterprises.
https://github.com/OpenIdentityPlatform/OpenDJ
CDDL-1.0
Open Identity Platform Community
Files download
File Operation
opendj-parent-4.4.11.pom download
Apache Maven
<dependency>
  <groupId>org.openidentityplatform.opendj</groupId>
  <artifactId>opendj-parent</artifactId>
  <version>4.4.11</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.openidentityplatform.opendj:opendj-parent:4.4.11'
Gradle Kotlin
implementation("org.openidentityplatform.opendj:opendj-parent:4.4.11")
Scala SBT
libraryDependencies += "org.openidentityplatform.opendj" % "opendj-parent" % "4.4.11"
Groovy Grape
@Grapes(
  @Grab(group='org.openidentityplatform.opendj', module='opendj-parent', version='4.4.11')
)
Apache Ivy
<dependency org="org.openidentityplatform.opendj" name="opendj-parent" rev="4.4.11" />
Leiningen
[org.openidentityplatform.opendj/opendj-parent "4.4.11"]
Apache Buildr
'org.openidentityplatform.opendj:opendj-parent:jar:4.4.11'