is not current version
Last Version 2

org.apache:apache-resource-bundles 1


GroupId

GroupId

org.apache
ArtifactId

ArtifactId

apache-resource-bundles
Version

Version

1
Type

Type

pom

Download apache-resource-bundles 1


<!-- https://jarcasting.com/artifacts/org.apache/apache-resource-bundles/ -->
<dependency>
    <groupId>org.apache</groupId>
    <artifactId>apache-resource-bundles</artifactId>
    <version>1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache/apache-resource-bundles/
implementation 'org.apache:apache-resource-bundles:1'
// https://jarcasting.com/artifacts/org.apache/apache-resource-bundles/
implementation ("org.apache:apache-resource-bundles:1")
'org.apache:apache-resource-bundles:pom:1'
<dependency org="org.apache" name="apache-resource-bundles" rev="1">
  <artifact name="apache-resource-bundles" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache', module='apache-resource-bundles', version='1')
)
libraryDependencies += "org.apache" % "apache-resource-bundles" % "1"
[org.apache/apache-resource-bundles "1"]