Download Active Directory DC Locator
There are several ways to download the artifacts of this project.
Obtaining Binaries
The preferred way to obtain these artifacts is through dependency management. It is available, along with its tests, sources and Javadoc JARs, in the Maven Central repository.
Building from Source
If you rather prefer building from source you either have to check out a working copy from the project's public repository, or download a source ZIP file from GitHub.
After you have obtained the source code, navigate to the source code directory and type mvn install
. Prior to that, make sure that you have at least Maven 3.6.3 and Java 8 installed. After successful execution the artifacts will be installed to your local repository.