s

server-opendj

OpenDJ directory server implementation
Files download
File Operation
server-opendj-1.3.2.jar download
server-opendj-1.3.2.pom download
server-opendj-1.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.btmatthews.maven.plugins.ldap</groupId>
  <artifactId>server-opendj</artifactId>
  <version>1.3.2</version>
</dependency>
Gradle Groovy
implementation 'com.btmatthews.maven.plugins.ldap:server-opendj:1.3.2'
Gradle Kotlin
implementation("com.btmatthews.maven.plugins.ldap:server-opendj:1.3.2")
Scala SBT
libraryDependencies += "com.btmatthews.maven.plugins.ldap" % "server-opendj" % "1.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.btmatthews.maven.plugins.ldap', module='server-opendj', version='1.3.2')
)
Apache Ivy
<dependency org="com.btmatthews.maven.plugins.ldap" name="server-opendj" rev="1.3.2" />
Leiningen
[com.btmatthews.maven.plugins.ldap/server-opendj "1.3.2"]
Apache Buildr
'com.btmatthews.maven.plugins.ldap:server-opendj:jar:1.3.2'