Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.misberner.duzzt</groupId>
  <artifactId>duzzt-annotations</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.github.misberner.duzzt:duzzt-annotations:jar:0.0.1-SNAPSHOT'

Apache Ant

<dependency org="com.github.misberner.duzzt" name="duzzt-annotations" rev="0.0.1-SNAPSHOT">
  <artifact name="duzzt-annotations" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.misberner.duzzt', module='duzzt-annotations', version='0.0.1-SNAPSHOT')
)

Grails

compile 'com.github.misberner.duzzt:duzzt-annotations:0.0.1-SNAPSHOT'

Leiningen

[com.github.misberner.duzzt/duzzt-annotations "0.0.1-SNAPSHOT"]

SBT

libraryDependencies += "com.github.misberner.duzzt" %% "duzzt-annotations" % "0.0.1-SNAPSHOT"