Dependency Information

Apache Maven

<dependency>
  <groupId>com.tailoredshapes.underbar</groupId>
  <artifactId>stash</artifactId>
  <version>0.0.6-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.tailoredshapes.underbar:stash:jar:0.0.6-SNAPSHOT'

Apache Ivy

<dependency org="com.tailoredshapes.underbar" name="stash" rev="0.0.6-SNAPSHOT">
  <artifact name="stash" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.tailoredshapes.underbar', module='stash', version='0.0.6-SNAPSHOT')
)

Gradle/Grails

compile 'com.tailoredshapes.underbar:stash:0.0.6-SNAPSHOT'

Scala SBT

libraryDependencies += "com.tailoredshapes.underbar" % "stash" % "0.0.6-SNAPSHOT"

Leiningen

[com.tailoredshapes.underbar/stash "0.0.6-SNAPSHOT"]