| License |
License |
|---|---|
| GroupId | GroupIdcom.zimory.ldapunit |
| ArtifactId | ArtifactIdldapunit-core |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionSet up and expect LDAP server contents
|
| Filename | Size |
|---|---|
| ldapunit-core-1.0.0.pom | |
| ldapunit-core-1.0.0.jar | 14 KB |
| ldapunit-core-1.0.0-sources.jar | 6 KB |
| ldapunit-core-1.0.0-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.zimory.ldapunit/ldapunit-core/ -->
<dependency>
<groupId>com.zimory.ldapunit</groupId>
<artifactId>ldapunit-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zimory.ldapunit/ldapunit-core/
implementation 'com.zimory.ldapunit:ldapunit-core:1.0.0'
// https://jarcasting.com/artifacts/com.zimory.ldapunit/ldapunit-core/
implementation ("com.zimory.ldapunit:ldapunit-core:1.0.0")
'com.zimory.ldapunit:ldapunit-core:jar:1.0.0'
<dependency org="com.zimory.ldapunit" name="ldapunit-core" rev="1.0.0">
<artifact name="ldapunit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zimory.ldapunit', module='ldapunit-core', version='1.0.0')
)
libraryDependencies += "com.zimory.ldapunit" % "ldapunit-core" % "1.0.0"
[com.zimory.ldapunit/ldapunit-core "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.4 |
| com.google.guava : guava | jar | 14.0.1 |
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.9.5 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| com.unboundid : unboundid-ldapsdk | jar | 2.3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.6.4 |