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