| Группа | Группаorg.kie |
|---|---|
| Идентификатор | Идентификаторbusiness-central |
| Версия | Версия7.45.0.t20201009 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| business-central-7.45.0.t20201009.pom | 5 KB |
| business-central-7.45.0.t20201009-wildfly19.war | 203 MB |
| business-central-7.45.0.t20201009-wildfly-deployable.zip | 204 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.kie/business-central/ -->
<dependency>
<groupId>org.kie</groupId>
<artifactId>business-central</artifactId>
<version>7.45.0.t20201009</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.kie/business-central/
implementation 'org.kie:business-central:7.45.0.t20201009'
// https://jarcasting.com/artifacts/org.kie/business-central/
implementation ("org.kie:business-central:7.45.0.t20201009")
'org.kie:business-central:war:7.45.0.t20201009'
<dependency org="org.kie" name="business-central" rev="7.45.0.t20201009">
<artifact name="business-central" type="war" />
</dependency>
@Grapes(
@Grab(group='org.kie', module='business-central', version='7.45.0.t20201009')
)
libraryDependencies += "org.kie" % "business-central" % "7.45.0.t20201009"
[org.kie/business-central "7.45.0.t20201009"]