Dependency Information

Apache Maven

<dependency>
  <groupId>org.woehlke</groupId>
  <artifactId>greenshop</artifactId>
  <version>0.6.0.6-SNAPSHOT</version>
  <type>war</type>
</dependency>

Apache Buildr

'org.woehlke:greenshop:war:0.6.0.6-SNAPSHOT'

Apache Ivy

<dependency org="org.woehlke" name="greenshop" rev="0.6.0.6-SNAPSHOT">
  <artifact name="greenshop" type="war" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.woehlke', module='greenshop', version='0.6.0.6-SNAPSHOT')
)

Gradle/Grails

compile 'org.woehlke:greenshop:0.6.0.6-SNAPSHOT'

Scala SBT

libraryDependencies += "org.woehlke" % "greenshop" % "0.6.0.6-SNAPSHOT"

Leiningen

[org.woehlke/greenshop "0.6.0.6-SNAPSHOT"]