Dependency Information

Apache Maven

<dependency>
  <groupId>org.apache.apache.resources</groupId>
  <artifactId>apache-license-header-resource-bundle</artifactId>
  <version>1.5</version>
</dependency>

Apache Buildr

'org.apache.apache.resources:apache-license-header-resource-bundle:jar:1.5'

Apache Ivy

<dependency org="org.apache.apache.resources" name="apache-license-header-resource-bundle" rev="1.5">
  <artifact name="apache-license-header-resource-bundle" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.apache.apache.resources', module='apache-license-header-resource-bundle', version='1.5')
)

Gradle/Grails

compile 'org.apache.apache.resources:apache-license-header-resource-bundle:1.5'

Scala SBT

libraryDependencies += "org.apache.apache.resources" % "apache-license-header-resource-bundle" % "1.5"

Leiningen

[org.apache.apache.resources/apache-license-header-resource-bundle "1.5"]