MVN

com.imperva : domain-directory-controller

Maven & Gradle

Oct 28, 2018
60 stars

Domain Directory Controller · DDC is an Active Directory Java SDK designed to simplify AD interaction for small, medium and large projects. DDC is a portable Java library provided with a friendly API, allowing you to quickly compose simple or complicated queries against AD's endpoints without any previous LDAP knowledge.

<dependency>
    <groupId>com.imperva</groupId>
    <artifactId>domain-directory-controller</artifactId>
    <version>7.1.0.0.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.imperva : domain-directory-controller to add to Maven - Latest Versions:

  • Latest Stable: 7.1.0.0.0.0

All Versions

Choose a version of com.imperva : domain-directory-controller to add to Maven - All Versions:

Version Vulnerabilities Updated
7.1.x
domain-directory-controller-7.1.0.0.0.0
7.0.x
domain-directory-controller-7.0.0.0.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.imperva</groupId>
    <artifactId>domain-directory-controller</artifactId>
    <version>7.1.0.0.0.0</version>
</dependency>

Advertisement