Dependency Information

Apache Maven

<dependency>
  <groupId>org.beiter.michael.authn.jaas.loginmodules.password</groupId>
  <artifactId>authenticators</artifactId>
  <version>2.0</version>
  <type>pom</type>
</dependency>

Apache Buildr

'org.beiter.michael.authn.jaas.loginmodules.password:authenticators:pom:2.0'

Apache Ant

<dependency org="org.beiter.michael.authn.jaas.loginmodules.password" name="authenticators" rev="2.0">
  <artifact name="authenticators" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.beiter.michael.authn.jaas.loginmodules.password', module='authenticators', version='2.0')
)

Grails

compile 'org.beiter.michael.authn.jaas.loginmodules.password:authenticators:2.0'

Leiningen

[org.beiter.michael.authn.jaas.loginmodules.password/authenticators "2.0"]

SBT

libraryDependencies += "org.beiter.michael.authn.jaas.loginmodules.password" %% "authenticators" % "2.0"