Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>biz.gabrys.maven</groupId>
  <artifactId>plugin-utils</artifactId>
  <version>2.0.0</version>
</dependency>

Apache Buildr

'biz.gabrys.maven:plugin-utils:jar:2.0.0'

Apache Ivy

<dependency org="biz.gabrys.maven" name="plugin-utils" rev="2.0.0">
  <artifact name="plugin-utils" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='biz.gabrys.maven', module='plugin-utils', version='2.0.0')
)

Gradle/Grails

compile 'biz.gabrys.maven:plugin-utils:2.0.0'

Scala SBT

libraryDependencies += "biz.gabrys.maven" % "plugin-utils" % "2.0.0"

Leiningen

[biz.gabrys.maven/plugin-utils "2.0.0"]