| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииORM Данные |
| Группа | Группаorg.hglteam.platform |
| Идентификатор | Идентификаторsettings-bom |
| Последняя версия | Последняя версия1.0.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеCommon application settings
|
| Имя Файла | Размер |
|---|---|
| settings-bom-1.0.4.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.hglteam.platform/settings-bom/ -->
<dependency>
<groupId>org.hglteam.platform</groupId>
<artifactId>settings-bom</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hglteam.platform/settings-bom/
implementation 'org.hglteam.platform:settings-bom:1.0.4'
// https://jarcasting.com/artifacts/org.hglteam.platform/settings-bom/
implementation ("org.hglteam.platform:settings-bom:1.0.4")
'org.hglteam.platform:settings-bom:pom:1.0.4'
<dependency org="org.hglteam.platform" name="settings-bom" rev="1.0.4">
<artifact name="settings-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hglteam.platform', module='settings-bom', version='1.0.4')
)
libraryDependencies += "org.hglteam.platform" % "settings-bom" % "1.0.4"
[org.hglteam.platform/settings-bom "1.0.4"]