Maven Coordinates
Apache Maven
<dependency>
<groupId>org.onehippo.forge.properties</groupId>
<artifactId>properties</artifactId>
<version>9.0.0</version>
<type>pom</type>
</dependency>
Apache Ivy
<dependency org="org.onehippo.forge.properties" name="properties" rev="9.0.0">
<artifact name="properties" type="pom" />
</dependency>
Groovy Grape
@Grapes(
@Grab(group='org.onehippo.forge.properties', module='properties', version='9.0.0')
)
Gradle/Grails
implementation 'org.onehippo.forge.properties:properties:9.0.0'
Scala SBT
libraryDependencies += "org.onehippo.forge.properties" % "properties" % "9.0.0"
Leiningen
[org.onehippo.forge.properties/properties "9.0.0"]