Dependency Information

Apache Maven

<dependency>
  <groupId>org.uniknow</groupId>
  <artifactId>agiledev</artifactId>
  <version>0.1.15-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Buildr

'org.uniknow:agiledev:pom:0.1.15-SNAPSHOT'

Apache Ivy

<dependency org="org.uniknow" name="agiledev" rev="0.1.15-SNAPSHOT">
  <artifact name="agiledev" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.uniknow', module='agiledev', version='0.1.15-SNAPSHOT')
)

Grails

compile 'org.uniknow:agiledev:0.1.15-SNAPSHOT'

Leiningen

[org.uniknow/agiledev "0.1.15-SNAPSHOT"]

SBT

libraryDependencies += "org.uniknow" % "agiledev" % "0.1.15-SNAPSHOT"