| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.uberfire |
| Идентификатор | Идентификаторuberfire-bom |
| Версия | Версия7.63.0.t20211129 |
| Тип | Типpom |
| Описание |
ОписаниеUberFire BOM (Bill Of Materials)
Import this BOM in your dependencyManagement if you want to depend on multiple UberFire artifacts.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| uberfire-bom-7.63.0.t20211129.pom | 63 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.uberfire/uberfire-bom/ -->
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-bom</artifactId>
<version>7.63.0.t20211129</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.uberfire/uberfire-bom/
implementation 'org.uberfire:uberfire-bom:7.63.0.t20211129'
// https://jarcasting.com/artifacts/org.uberfire/uberfire-bom/
implementation ("org.uberfire:uberfire-bom:7.63.0.t20211129")
'org.uberfire:uberfire-bom:pom:7.63.0.t20211129'
<dependency org="org.uberfire" name="uberfire-bom" rev="7.63.0.t20211129">
<artifact name="uberfire-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.uberfire', module='uberfire-bom', version='7.63.0.t20211129')
)
libraryDependencies += "org.uberfire" % "uberfire-bom" % "7.63.0.t20211129"
[org.uberfire/uberfire-bom "7.63.0.t20211129"]