What are the Maven 2 Coordinates for OpenDS SDK?

2019-08-12 06:59发布

问题:

I have been playing around with the OpenDS SDK (not the full OpenDS Server/Platform) to implement a simple LDAP listener to front a service my application provides.

I have not been able to find the Maven 2 coordinates for such SDK. This is the SDK site https://www.opends.org/wiki/page/LDAPSDK

I would like to know if the dependency is available in any public Maven repository.

Thanks,

回答1:

After contacting a person related to OpenDS, I learned that it is not likely that the OpenDS artifacts will be available at any Maven repository.

However, this same person pointed at OpenDJ (http://opendj.forgerock.org/) and the OpenDJ SDK available in this repository http://maven.forgerock.org/repo/



回答2:

An alternative is the UnboundID LDAP SDK. UnboundID's LDAP SDK has some features not available in other SDKs, for example, an in-memory directory server and asynchronous operations. The standard edition is cost-free, but commercial support is available if required.