Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.davidmoten</groupId>
  <artifactId>ppk</artifactId>
  <version>0.1.9-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.github.davidmoten:ppk:jar:0.1.9-SNAPSHOT'

Apache Ant

<dependency org="com.github.davidmoten" name="ppk" rev="0.1.9-SNAPSHOT">
  <artifact name="ppk" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.davidmoten', module='ppk', version='0.1.9-SNAPSHOT')
)

Grails

compile 'com.github.davidmoten:ppk:0.1.9-SNAPSHOT'

Leiningen

[com.github.davidmoten/ppk "0.1.9-SNAPSHOT"]

SBT

libraryDependencies += "com.github.davidmoten" %% "ppk" % "0.1.9-SNAPSHOT"