Dependency Information

Apache Maven

<dependency>
  <groupId>io.metaloom.maven</groupId>
  <artifactId>testdb-maven-plugin</artifactId>
  <version>0.1.4</version>
  <type>maven-plugin</type>
</dependency>

Apache Ivy

<dependency org="io.metaloom.maven" name="testdb-maven-plugin" rev="0.1.4">
  <artifact name="testdb-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.metaloom.maven', module='testdb-maven-plugin', version='0.1.4')
)

Gradle/Grails

compile 'io.metaloom.maven:testdb-maven-plugin:0.1.4'

Scala SBT

libraryDependencies += "io.metaloom.maven" % "testdb-maven-plugin" % "0.1.4"

Leiningen

[io.metaloom.maven/testdb-maven-plugin "0.1.4"]