Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.tahaviev</groupId>
  <artifactId>cli-maven-plugin</artifactId>
  <version>0.1.1-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'com.github.tahaviev:cli-maven-plugin:maven-plugin:0.1.1-SNAPSHOT'

Apache Ivy

<dependency org="com.github.tahaviev" name="cli-maven-plugin" rev="0.1.1-SNAPSHOT">
  <artifact name="cli-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.tahaviev', module='cli-maven-plugin', version='0.1.1-SNAPSHOT')
)

Gradle/Grails

compile 'com.github.tahaviev:cli-maven-plugin:0.1.1-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.tahaviev" % "cli-maven-plugin" % "0.1.1-SNAPSHOT"

Leiningen

[com.github.tahaviev/cli-maven-plugin "0.1.1-SNAPSHOT"]