a

apacheds

The Apache Directory Server (ApacheDS) is an embeddable LDAPv3 directory server with other protocol plugins such as kerberos. It is designed to be completely pluggable in every aspect including backends and frontend handlers making making it an ideal experimentation platform for LDAP protocol testing, and for use in building other tools like like meta directories, and virtual directories. ApacheDS aims to introduces stored procedures, triggers, views, and queues to the world of LDAP.
http://directory.apache.org
Apache 2.0 License
Alex Karasulu Enrique Rodriguez
Files download
File Operation
apacheds-0.9.pom download
Apache Maven
<dependency>
  <groupId>directory</groupId>
  <artifactId>apacheds</artifactId>
  <version>0.9</version>
</dependency>
Gradle Groovy
implementation 'directory:apacheds:0.9'
Gradle Kotlin
implementation("directory:apacheds:0.9")
Scala SBT
libraryDependencies += "directory" % "apacheds" % "0.9"
Groovy Grape
@Grapes(
  @Grab(group='directory', module='apacheds', version='0.9')
)
Apache Ivy
<dependency org="directory" name="apacheds" rev="0.9" />
Leiningen
[directory/apacheds "0.9"]
Apache Buildr
'directory:apacheds:jar:0.9'
Dependencies