Dependency Information

Apache Maven

<dependency>
  <groupId>net.sf.prefixedproperties</groupId>
  <artifactId>prefixedproperties-parent</artifactId>
  <version>3.1.1-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Buildr

'net.sf.prefixedproperties:prefixedproperties-parent:pom:3.1.1-SNAPSHOT'

Apache Ant

<dependency org="net.sf.prefixedproperties" name="prefixedproperties-parent" rev="3.1.1-SNAPSHOT">
  <artifact name="prefixedproperties-parent" type="pom" />
</dependency>

Groovy Grape

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

Grails

compile 'net.sf.prefixedproperties:prefixedproperties-parent:3.1.1-SNAPSHOT'

Leiningen

[net.sf.prefixedproperties/prefixedproperties-parent "3.1.1-SNAPSHOT"]

SBT

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