Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>biz.paluch.maven.configurator</groupId>
  <artifactId>configurator-maven-plugin</artifactId>
  <version>1.0.1</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'biz.paluch.maven.configurator:configurator-maven-plugin:maven-plugin:1.0.1'

Apache Ant

<dependency org="biz.paluch.maven.configurator" name="configurator-maven-plugin" rev="1.0.1">
  <artifact name="configurator-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='biz.paluch.maven.configurator', module='configurator-maven-plugin', version='1.0.1')
)

Grails

compile 'biz.paluch.maven.configurator:configurator-maven-plugin:1.0.1'

Leiningen

[biz.paluch.maven.configurator/configurator-maven-plugin "1.0.1"]

SBT

libraryDependencies += "biz.paluch.maven.configurator" %% "configurator-maven-plugin" % "1.0.1"