Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.misberner.ap-commons</groupId>
  <artifactId>ap-commons</artifactId>
  <version>0.0.3-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.github.misberner.ap-commons:ap-commons:jar:0.0.3-SNAPSHOT'

Apache Ant

<dependency org="com.github.misberner.ap-commons" name="ap-commons" rev="0.0.3-SNAPSHOT">
  <artifact name="ap-commons" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.misberner.ap-commons', module='ap-commons', version='0.0.3-SNAPSHOT')
)

Grails

compile 'com.github.misberner.ap-commons:ap-commons:0.0.3-SNAPSHOT'

Leiningen

[com.github.misberner.ap-commons/ap-commons "0.0.3-SNAPSHOT"]

SBT

libraryDependencies += "com.github.misberner.ap-commons" %% "ap-commons" % "0.0.3-SNAPSHOT"