Dependency Information

Apache Maven

<dependency>
  <groupId>net.hydromatic</groupId>
  <artifactId>hydromatic-resource-maven-plugin</artifactId>
  <version>0.5-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'net.hydromatic:hydromatic-resource-maven-plugin:maven-plugin:0.5-SNAPSHOT'

Apache Ant

<dependency org="net.hydromatic" name="hydromatic-resource-maven-plugin" rev="0.5-SNAPSHOT">
  <artifact name="hydromatic-resource-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.hydromatic', module='hydromatic-resource-maven-plugin', version='0.5-SNAPSHOT')
)

Grails

compile 'net.hydromatic:hydromatic-resource-maven-plugin:0.5-SNAPSHOT'

Leiningen

[net.hydromatic/hydromatic-resource-maven-plugin "0.5-SNAPSHOT"]

SBT

libraryDependencies += "net.hydromatic" %% "hydromatic-resource-maven-plugin" % "0.5-SNAPSHOT"