Dependency Information

Apache Maven

<dependency>
  <groupId>net.sf.auxtestlib</groupId>
  <artifactId>auxtestlib</artifactId>
  <version>1.4</version>
</dependency>

Apache Buildr

'net.sf.auxtestlib:auxtestlib:jar:1.4'

Apache Ivy

<dependency org="net.sf.auxtestlib" name="auxtestlib" rev="1.4">
  <artifact name="auxtestlib" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.sf.auxtestlib', module='auxtestlib', version='1.4')
)

Grails

compile 'net.sf.auxtestlib:auxtestlib:1.4'

Leiningen

[net.sf.auxtestlib/auxtestlib "1.4"]

SBT

libraryDependencies += "net.sf.auxtestlib" % "auxtestlib" % "1.4"