Files download
File Operation
apache-resource-bundles-39.pom download
Apache Maven
<dependency>
  <groupId>org.apache.apache.resources</groupId>
  <artifactId>apache-resource-bundles</artifactId>
  <version>39</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.apache.resources:apache-resource-bundles:39'
Gradle Kotlin
implementation("org.apache.apache.resources:apache-resource-bundles:39")
Scala SBT
libraryDependencies += "org.apache.apache.resources" % "apache-resource-bundles" % "39"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.apache.resources', module='apache-resource-bundles', version='39')
)
Apache Ivy
<dependency org="org.apache.apache.resources" name="apache-resource-bundles" rev="39" />
Leiningen
[org.apache.apache.resources/apache-resource-bundles "39"]
Apache Buildr
'org.apache.apache.resources:apache-resource-bundles:jar:39'