Maven Coordinates

Apache Maven

<dependency>
  <groupId>net.sf.michael-o.active-directory</groupId>
  <artifactId>active-directory-jndi-ldap-dns-provider</artifactId>
  <version>0.5.0</version>
</dependency>

Apache Ivy

<dependency org="net.sf.michael-o.active-directory" name="active-directory-jndi-ldap-dns-provider" rev="0.5.0">
  <artifact name="active-directory-jndi-ldap-dns-provider" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.sf.michael-o.active-directory', module='active-directory-jndi-ldap-dns-provider', version='0.5.0')
)

Gradle/Grails

implementation 'net.sf.michael-o.active-directory:active-directory-jndi-ldap-dns-provider:0.5.0'

Scala SBT

libraryDependencies += "net.sf.michael-o.active-directory" % "active-directory-jndi-ldap-dns-provider" % "0.5.0"

Leiningen

[net.sf.michael-o.active-directory/active-directory-jndi-ldap-dns-provider "0.5.0"]