Dependency Information

Apache Maven

<dependency>
  <groupId>com.bitplan.rest</groupId>
  <artifactId>com.bitplan.simplerest-api</artifactId>
  <version>0.0.8</version>
</dependency>

Apache Buildr

'com.bitplan.rest:com.bitplan.simplerest-api:jar:0.0.8'

Apache Ivy

<dependency org="com.bitplan.rest" name="com.bitplan.simplerest-api" rev="0.0.8">
  <artifact name="com.bitplan.simplerest-api" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.bitplan.rest', module='com.bitplan.simplerest-api', version='0.0.8')
)

Gradle/Grails

compile 'com.bitplan.rest:com.bitplan.simplerest-api:0.0.8'

Scala SBT

libraryDependencies += "com.bitplan.rest" % "com.bitplan.simplerest-api" % "0.0.8"

Leiningen

[com.bitplan.rest/com.bitplan.simplerest-api "0.0.8"]