Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ant

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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