| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.apache.resources |
| Идентификатор | Идентификаторapache-resource-bundles |
| Версия | Версия30 |
| Тип | Типpom |
| Описание |
ОписаниеApache 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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| apache-resource-bundles-30.pom | 4 KB |
| Обзор |
<!-- 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"]