| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.bonitasoft.runtime |
| Идентификатор | Идентификаторbonita-runtime-bom |
| Версия | Версия7.14.0 |
| Тип | Типpom |
| Описание |
ОписаниеBonita Runtime BOM (Bill of Materials)
Bill of Materials of the Bonita Runtime component
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| bonita-runtime-bom-7.14.0.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.bonitasoft.runtime/bonita-runtime-bom/ -->
<dependency>
<groupId>org.bonitasoft.runtime</groupId>
<artifactId>bonita-runtime-bom</artifactId>
<version>7.14.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bonitasoft.runtime/bonita-runtime-bom/
implementation 'org.bonitasoft.runtime:bonita-runtime-bom:7.14.0'
// https://jarcasting.com/artifacts/org.bonitasoft.runtime/bonita-runtime-bom/
implementation ("org.bonitasoft.runtime:bonita-runtime-bom:7.14.0")
'org.bonitasoft.runtime:bonita-runtime-bom:pom:7.14.0'
<dependency org="org.bonitasoft.runtime" name="bonita-runtime-bom" rev="7.14.0">
<artifact name="bonita-runtime-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bonitasoft.runtime', module='bonita-runtime-bom', version='7.14.0')
)
libraryDependencies += "org.bonitasoft.runtime" % "bonita-runtime-bom" % "7.14.0"
[org.bonitasoft.runtime/bonita-runtime-bom "7.14.0"]