GroupId | GroupIdcom.btmatthews.ldapunit |
---|---|
ArtifactId | ArtifactIdldapunit |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
ldapunit-2.0.0.pom | |
ldapunit-2.0.0.jar | 14 KB |
ldapunit-2.0.0-sources.jar | 14 KB |
ldapunit-2.0.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.btmatthews.ldapunit/ldapunit/ -->
<dependency>
<groupId>com.btmatthews.ldapunit</groupId>
<artifactId>ldapunit</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.btmatthews.ldapunit/ldapunit/
implementation 'com.btmatthews.ldapunit:ldapunit:2.0.0'
// https://jarcasting.com/artifacts/com.btmatthews.ldapunit/ldapunit/
implementation ("com.btmatthews.ldapunit:ldapunit:2.0.0")
'com.btmatthews.ldapunit:ldapunit:jar:2.0.0'
<dependency org="com.btmatthews.ldapunit" name="ldapunit" rev="2.0.0">
<artifact name="ldapunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.btmatthews.ldapunit', module='ldapunit', version='2.0.0')
)
libraryDependencies += "com.btmatthews.ldapunit" % "ldapunit" % "2.0.0"
[com.btmatthews.ldapunit/ldapunit "2.0.0"]