Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>com.bloomreach.forge.version-history-cleaner</groupId>
  <artifactId>version-history-cleaner</artifactId>
  <version>1.0.1</version>
  <type>pom</type>
</dependency>

Apache Buildr

'com.bloomreach.forge.version-history-cleaner:version-history-cleaner:pom:1.0.1'

Apache Ant

<dependency org="com.bloomreach.forge.version-history-cleaner" name="version-history-cleaner" rev="1.0.1">
  <artifact name="version-history-cleaner" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.bloomreach.forge.version-history-cleaner', module='version-history-cleaner', version='1.0.1')
)

Grails

compile 'com.bloomreach.forge.version-history-cleaner:version-history-cleaner:1.0.1'

Leiningen

[com.bloomreach.forge.version-history-cleaner/version-history-cleaner "1.0.1"]

SBT

libraryDependencies += "com.bloomreach.forge.version-history-cleaner" %% "version-history-cleaner" % "1.0.1"