Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ant

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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