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