Dependency Information

Apache Maven

<dependency>
  <groupId>net.sf.prefixedproperties</groupId>
  <artifactId>pp-core</artifactId>
  <version>3.1.1-SNAPSHOT</version>
</dependency>

Apache Buildr

'net.sf.prefixedproperties:pp-core:jar:3.1.1-SNAPSHOT'

Apache Ant

<dependency org="net.sf.prefixedproperties" name="pp-core" rev="3.1.1-SNAPSHOT">
  <artifact name="pp-core" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.sf.prefixedproperties', module='pp-core', version='3.1.1-SNAPSHOT')
)

Grails

compile 'net.sf.prefixedproperties:pp-core:3.1.1-SNAPSHOT'

Leiningen

[net.sf.prefixedproperties/pp-core "3.1.1-SNAPSHOT"]

SBT

libraryDependencies += "net.sf.prefixedproperties" %% "pp-core" % "3.1.1-SNAPSHOT"