Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ant

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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