Dependency Information

Apache Maven

<dependency>
  <groupId>org.uniknow.maven.plugins</groupId>
  <artifactId>index</artifactId>
  <version>0.1.15-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'org.uniknow.maven.plugins:index:maven-plugin:0.1.15-SNAPSHOT'

Apache Ivy

<dependency org="org.uniknow.maven.plugins" name="index" rev="0.1.15-SNAPSHOT">
  <artifact name="index" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.uniknow.maven.plugins', module='index', version='0.1.15-SNAPSHOT')
)

Grails

compile 'org.uniknow.maven.plugins:index:0.1.15-SNAPSHOT'

Leiningen

[org.uniknow.maven.plugins/index "0.1.15-SNAPSHOT"]

SBT

libraryDependencies += "org.uniknow.maven.plugins" % "index" % "0.1.15-SNAPSHOT"