Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>net.oneandone.maven.plugins</groupId>
  <artifactId>attach-qar-maven-plugin</artifactId>
  <version>1.3-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'net.oneandone.maven.plugins:attach-qar-maven-plugin:maven-plugin:1.3-SNAPSHOT'

Apache Ant

<dependency org="net.oneandone.maven.plugins" name="attach-qar-maven-plugin" rev="1.3-SNAPSHOT">
  <artifact name="attach-qar-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.oneandone.maven.plugins', module='attach-qar-maven-plugin', version='1.3-SNAPSHOT')
)

Grails

compile 'net.oneandone.maven.plugins:attach-qar-maven-plugin:1.3-SNAPSHOT'

Leiningen

[net.oneandone.maven.plugins/attach-qar-maven-plugin "1.3-SNAPSHOT"]

SBT

libraryDependencies += "net.oneandone.maven.plugins" %% "attach-qar-maven-plugin" % "1.3-SNAPSHOT"