Dependency Information

Apache Maven

<dependency>
  <groupId>com.aharpour.ebrahim</groupId>
  <artifactId>hippo-maven-plugin</artifactId>
  <version>0.1.0-RC-3-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'com.aharpour.ebrahim:hippo-maven-plugin:maven-plugin:0.1.0-RC-3-SNAPSHOT'

Apache Ant

<dependency org="com.aharpour.ebrahim" name="hippo-maven-plugin" rev="0.1.0-RC-3-SNAPSHOT">
  <artifact name="hippo-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.aharpour.ebrahim', module='hippo-maven-plugin', version='0.1.0-RC-3-SNAPSHOT')
)

Grails

compile 'com.aharpour.ebrahim:hippo-maven-plugin:0.1.0-RC-3-SNAPSHOT'

Leiningen

[com.aharpour.ebrahim/hippo-maven-plugin "0.1.0-RC-3-SNAPSHOT"]

SBT

libraryDependencies += "com.aharpour.ebrahim" %% "hippo-maven-plugin" % "0.1.0-RC-3-SNAPSHOT"