| Лицензия |
Лицензия |
|---|---|
| Группа | Группаdev.hilla |
| Идентификатор | Идентификаторhilla-bom |
| Последняя версия | Последняя версия1.1.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеHIlla Platform (Bill of Materials)
Hilla Platform (Bill of Materials)
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| hilla-bom-1.1.2.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/dev.hilla/hilla-bom/ -->
<dependency>
<groupId>dev.hilla</groupId>
<artifactId>hilla-bom</artifactId>
<version>1.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.hilla/hilla-bom/
implementation 'dev.hilla:hilla-bom:1.1.2'
// https://jarcasting.com/artifacts/dev.hilla/hilla-bom/
implementation ("dev.hilla:hilla-bom:1.1.2")
'dev.hilla:hilla-bom:pom:1.1.2'
<dependency org="dev.hilla" name="hilla-bom" rev="1.1.2">
<artifact name="hilla-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.hilla', module='hilla-bom', version='1.1.2')
)
libraryDependencies += "dev.hilla" % "hilla-bom" % "1.1.2"
[dev.hilla/hilla-bom "1.1.2"]