report.dependency-info.title

Apache Maven

<dependency>
  <groupId>org.plathe.streetworld</groupId>
  <artifactId>streetworld</artifactId>
  <version>0.0.2-SNAPSHOT</version>
</dependency>

Apache Buildr

'org.plathe.streetworld:streetworld:jar:0.0.2-SNAPSHOT'

Apache Ant

<dependency org="org.plathe.streetworld" name="streetworld" rev="0.0.2-SNAPSHOT">
  <artifact name="streetworld" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.plathe.streetworld', module='streetworld', version='0.0.2-SNAPSHOT')
)

Grails

compile 'org.plathe.streetworld:streetworld:0.0.2-SNAPSHOT'

Leiningen

[org.plathe.streetworld/streetworld "0.0.2-SNAPSHOT"]

SBT

libraryDependencies += "org.plathe.streetworld" %% "streetworld" % "0.0.2-SNAPSHOT"