Dependency Information

Apache Maven

<dependency>
  <groupId>net.middell</groupId>
  <artifactId>existdb-maven-plugin</artifactId>
  <version>1.0</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'net.middell:existdb-maven-plugin:maven-plugin:1.0'

Apache Ivy

<dependency org="net.middell" name="existdb-maven-plugin" rev="1.0">
  <artifact name="existdb-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.middell', module='existdb-maven-plugin', version='1.0')
)

Grails

compile 'net.middell:existdb-maven-plugin:1.0'

Leiningen

[net.middell/existdb-maven-plugin "1.0"]

SBT

libraryDependencies += "net.middell" % "existdb-maven-plugin" % "1.0"