Dependency Information

Apache Maven

<dependency>
  <groupId>net.adamcin.commons</groupId>
  <artifactId>net.adamcin.commons.testing</artifactId>
  <version>1.0.0-SNAPSHOT</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'net.adamcin.commons:net.adamcin.commons.testing:bundle:1.0.0-SNAPSHOT'

Apache Ivy

<dependency org="net.adamcin.commons" name="net.adamcin.commons.testing" rev="1.0.0-SNAPSHOT">
  <artifact name="net.adamcin.commons.testing" type="bundle" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.adamcin.commons', module='net.adamcin.commons.testing', version='1.0.0-SNAPSHOT')
)

Gradle/Grails

compile 'net.adamcin.commons:net.adamcin.commons.testing:1.0.0-SNAPSHOT'

Scala SBT

libraryDependencies += "net.adamcin.commons" % "net.adamcin.commons.testing" % "1.0.0-SNAPSHOT"

Leiningen

[net.adamcin.commons/net.adamcin.commons.testing "1.0.0-SNAPSHOT"]