Maven Coordinates
Apache Maven
<dependency> <groupId>com.buralotech.oss.ldapunit</groupId> <artifactId>ldapunit</artifactId> <version>3.0.1</version> </dependency>
Apache Ivy
<dependency org="com.buralotech.oss.ldapunit" name="ldapunit" rev="3.0.1"> <artifact name="ldapunit" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.buralotech.oss.ldapunit', module='ldapunit', version='3.0.1') )
Gradle/Grails
implementation 'com.buralotech.oss.ldapunit:ldapunit:3.0.1'
Scala SBT
libraryDependencies += "com.buralotech.oss.ldapunit" % "ldapunit" % "3.0.1"
Leiningen
[com.buralotech.oss.ldapunit/ldapunit "3.0.1"]
Maven