| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.apache.resources |
| ArtifactId | ArtifactIdapache-resource-bundles |
| Version | Version30 |
| Type | Typepom |
| Description |
DescriptionApache Resource Bundles
Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| apache-resource-bundles-30.pom | 4 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>30</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.apache.resources/apache-resource-bundles/
implementation 'org.apache.apache.resources:apache-resource-bundles:30'
// https://jarcasting.com/artifacts/org.apache.apache.resources/apache-resource-bundles/
implementation ("org.apache.apache.resources:apache-resource-bundles:30")
'org.apache.apache.resources:apache-resource-bundles:pom:30'
<dependency org="org.apache.apache.resources" name="apache-resource-bundles" rev="30">
<artifact name="apache-resource-bundles" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.apache.resources', module='apache-resource-bundles', version='30')
)
libraryDependencies += "org.apache.apache.resources" % "apache-resource-bundles" % "30"
[org.apache.apache.resources/apache-resource-bundles "30"]