License |
License |
---|---|
GroupId | GroupIdcom.imperva |
ArtifactId | ArtifactIdddc-service |
Version | Version7.1.0.0.0.0 |
Type | Typejar |
Description |
DescriptionDDC 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.
|
Filename | Size |
---|---|
ddc-service-7.1.0.0.0.0.pom | |
ddc-service-7.1.0.0.0.0.jar | 14 KB |
ddc-service-7.1.0.0.0.0-sources.jar | 6 KB |
ddc-service-7.1.0.0.0.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.imperva/ddc-service/ -->
<dependency>
<groupId>com.imperva</groupId>
<artifactId>ddc-service</artifactId>
<version>7.1.0.0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.imperva/ddc-service/
implementation 'com.imperva:ddc-service:7.1.0.0.0.0'
// https://jarcasting.com/artifacts/com.imperva/ddc-service/
implementation ("com.imperva:ddc-service:7.1.0.0.0.0")
'com.imperva:ddc-service:jar:7.1.0.0.0.0'
<dependency org="com.imperva" name="ddc-service" rev="7.1.0.0.0.0">
<artifact name="ddc-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.imperva', module='ddc-service', version='7.1.0.0.0.0')
)
libraryDependencies += "com.imperva" % "ddc-service" % "7.1.0.0.0.0"
[com.imperva/ddc-service "7.1.0.0.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.imperva : ddc-core | jar | 7.1.0.0.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.6 |