Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>org.onehippo.forge.properties</groupId>
  <artifactId>properties</artifactId>
  <version>7.0.0</version>
  <type>pom</type>
</dependency>

Apache Buildr

'org.onehippo.forge.properties:properties:pom:7.0.0'

Apache Ivy

<dependency org="org.onehippo.forge.properties" name="properties" rev="7.0.0">
  <artifact name="properties" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.onehippo.forge.properties', module='properties', version='7.0.0')
)

Gradle/Grails

compile 'org.onehippo.forge.properties:properties:7.0.0'

Scala SBT

libraryDependencies += "org.onehippo.forge.properties" % "properties" % "7.0.0"

Leiningen

[org.onehippo.forge.properties/properties "7.0.0"]