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