Dependency Information

Apache Maven

<dependency>
  <groupId>net.sf.oqt</groupId>
  <artifactId>oqt-maven-plugin</artifactId>
  <version>0.4-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'net.sf.oqt:oqt-maven-plugin:maven-plugin:0.4-SNAPSHOT'

Apache Ant

<dependency org="net.sf.oqt" name="oqt-maven-plugin" rev="0.4-SNAPSHOT">
  <artifact name="oqt-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.sf.oqt', module='oqt-maven-plugin', version='0.4-SNAPSHOT')
)

Grails

compile 'net.sf.oqt:oqt-maven-plugin:0.4-SNAPSHOT'

Leiningen

[net.sf.oqt/oqt-maven-plugin "0.4-SNAPSHOT"]

SBT

libraryDependencies += "net.sf.oqt" %% "oqt-maven-plugin" % "0.4-SNAPSHOT"