| GroupId | GroupIdorg.apache.apache.resources |
|---|---|
| ArtifactId | ArtifactIdapache-resource-bundles |
| Version | Version3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| apache-resource-bundles-3.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.apache.resources/apache-resource-bundles/ -->
<dependency>
<groupId>org.apache.apache.resources</groupId>
<artifactId>apache-resource-bundles</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.apache.resources/apache-resource-bundles/
implementation 'org.apache.apache.resources:apache-resource-bundles:3'
// https://jarcasting.com/artifacts/org.apache.apache.resources/apache-resource-bundles/
implementation ("org.apache.apache.resources:apache-resource-bundles:3")
'org.apache.apache.resources:apache-resource-bundles:pom:3'
<dependency org="org.apache.apache.resources" name="apache-resource-bundles" rev="3">
<artifact name="apache-resource-bundles" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.apache.resources', module='apache-resource-bundles', version='3')
)
libraryDependencies += "org.apache.apache.resources" % "apache-resource-bundles" % "3"
[org.apache.apache.resources/apache-resource-bundles "3"]