pingidentity / ldapsdk

UnboundID LDAP SDK for Java
Other
331 stars 79 forks source link

how to get the jar file of this ldapsdk #33

Open fklm0001 opened 7 years ago

fklm0001 commented 7 years ago

how to get the jar file of this ldapsdk? thanks!

dirmgr commented 7 years ago

There are several places you can get it. The full LDAP SDK package, including the jar file, documentation, tools, source code, and more is available for download on the GitHub releases page for the project (https://github.com/pingidentity/ldapsdk/releases), from the main page for the LDAP SDK on LDAP.com (https://www.ldap.com/unboundid-ldap-sdk-for-java), and from the LDAP SDK project on SourceForge (https://sourceforge.net/projects/ldap-sdk/).

If you'd rather use Maven, then you can also get it from the Central Repository with a GroupId of "com.unboundid" and an ArtifactId of "unboundid-ldapsdk".

And of course, you can always check out the source code and build it for yourself.