Dependency Information

Apache Maven

<dependency>
  <groupId>io.github.arrudalabs</groupId>
  <artifactId>poc-maven-plugin</artifactId>
  <version>0.0.2</version>
  <type>maven-plugin</type>
</dependency>

Apache Ivy

<dependency org="io.github.arrudalabs" name="poc-maven-plugin" rev="0.0.2">
  <artifact name="poc-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.github.arrudalabs', module='poc-maven-plugin', version='0.0.2')
)

Gradle/Grails

compile 'io.github.arrudalabs:poc-maven-plugin:0.0.2'

Scala SBT

libraryDependencies += "io.github.arrudalabs" % "poc-maven-plugin" % "0.0.2"

Leiningen

[io.github.arrudalabs/poc-maven-plugin "0.0.2"]