Dependency Information

Apache Maven

<dependency>
  <groupId>com.tomasteubner.common</groupId>
  <artifactId>test-logging</artifactId>
  <version>2.0.2</version>
</dependency>

Apache Buildr

'com.tomasteubner.common:test-logging:jar:2.0.2'

Apache Ivy

<dependency org="com.tomasteubner.common" name="test-logging" rev="2.0.2">
  <artifact name="test-logging" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.tomasteubner.common', module='test-logging', version='2.0.2')
)

Grails

compile 'com.tomasteubner.common:test-logging:2.0.2'

Leiningen

[com.tomasteubner.common/test-logging "2.0.2"]

SBT

libraryDependencies += "com.tomasteubner.common" % "test-logging" % "2.0.2"