Dependency Information

Apache Maven

<dependency>
  <groupId>to.etc.domui</groupId>
  <artifactId>domui-hello</artifactId>
  <version>1.2-SNAPSHOT</version>
</dependency>

Apache Buildr

'to.etc.domui:domui-hello:jar:1.2-SNAPSHOT'

Apache Ivy

<dependency org="to.etc.domui" name="domui-hello" rev="1.2-SNAPSHOT">
  <artifact name="domui-hello" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='to.etc.domui', module='domui-hello', version='1.2-SNAPSHOT')
)

Gradle/Grails

compile 'to.etc.domui:domui-hello:1.2-SNAPSHOT'

Scala SBT

libraryDependencies += "to.etc.domui" % "domui-hello" % "1.2-SNAPSHOT"

Leiningen

[to.etc.domui/domui-hello "1.2-SNAPSHOT"]