| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache |
| Идентификатор | Идентификаторapache-resource-bundles |
| Последняя версия | Последняя версия2 |
| Дата | Дата |
| Тип | Тип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-2.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache/apache-resource-bundles/ -->
<dependency>
<groupId>org.apache</groupId>
<artifactId>apache-resource-bundles</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache/apache-resource-bundles/
implementation 'org.apache:apache-resource-bundles:2'
// https://jarcasting.com/artifacts/org.apache/apache-resource-bundles/
implementation ("org.apache:apache-resource-bundles:2")
'org.apache:apache-resource-bundles:pom:2'
<dependency org="org.apache" name="apache-resource-bundles" rev="2">
<artifact name="apache-resource-bundles" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache', module='apache-resource-bundles', version='2')
)
libraryDependencies += "org.apache" % "apache-resource-bundles" % "2"
[org.apache/apache-resource-bundles "2"]