Dependency Information

Apache Maven

<dependency>
  <groupId>net.adamcin.granite.client</groupId>
  <artifactId>parent</artifactId>
  <version>0.6.0</version>
  <type>pom</type>
</dependency>

Apache Buildr

'net.adamcin.granite.client:parent:pom:0.6.0'

Apache Ant

<dependency org="net.adamcin.granite.client" name="parent" rev="0.6.0">
  <artifact name="parent" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.adamcin.granite.client', module='parent', version='0.6.0')
)

Grails

compile 'net.adamcin.granite.client:parent:0.6.0'

Leiningen

[net.adamcin.granite.client/parent "0.6.0"]

SBT

libraryDependencies += "net.adamcin.granite.client" %% "parent" % "0.6.0"