Dependency Information

Apache Maven

<dependency>
  <groupId>com.willowtreeapps</groupId>
  <artifactId>oak-project</artifactId>
  <version>1.3.8-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Buildr

'com.willowtreeapps:oak-project:pom:1.3.8-SNAPSHOT'

Apache Ant

<dependency org="com.willowtreeapps" name="oak-project" rev="1.3.8-SNAPSHOT">
  <artifact name="oak-project" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.willowtreeapps', module='oak-project', version='1.3.8-SNAPSHOT')
)

Grails

compile 'com.willowtreeapps:oak-project:1.3.8-SNAPSHOT'

Leiningen

[com.willowtreeapps/oak-project "1.3.8-SNAPSHOT"]

SBT

libraryDependencies += "com.willowtreeapps" %% "oak-project" % "1.3.8-SNAPSHOT"