GroupId | GroupIdorg.apache |
---|---|
ArtifactId | ArtifactIdapache-resource-bundles |
Version | Version1 |
Type | Typepom |
Filename | Size |
---|---|
apache-resource-bundles-1.pom | 2 KB |
Browse |
<!-- 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"]