Maven Coordinates

Apache Maven

<dependency>
  <groupId>org.apache.apache.resources</groupId>
  <artifactId>apache-jar-resource-bundle</artifactId>
  <version>1.8</version>
</dependency>

Apache Ivy

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

Groovy Grape

@Grapes(
@Grab(group='org.apache.apache.resources', module='apache-jar-resource-bundle', version='1.8')
)

Gradle/Grails

implementation 'org.apache.apache.resources:apache-jar-resource-bundle:1.8'

Scala SBT

libraryDependencies += "org.apache.apache.resources" % "apache-jar-resource-bundle" % "1.8"

Leiningen

[org.apache.apache.resources/apache-jar-resource-bundle "1.8"]