| Группа | Группаorg.kie.kogito |
|---|---|
| Идентификатор | Идентификаторkogito-workitems |
| Версия | Версия0.17.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| kogito-workitems-0.17.0.pom | 1005 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.kie.kogito/kogito-workitems/ -->
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-workitems</artifactId>
<version>0.17.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito/kogito-workitems/
implementation 'org.kie.kogito:kogito-workitems:0.17.0'
// https://jarcasting.com/artifacts/org.kie.kogito/kogito-workitems/
implementation ("org.kie.kogito:kogito-workitems:0.17.0")
'org.kie.kogito:kogito-workitems:pom:0.17.0'
<dependency org="org.kie.kogito" name="kogito-workitems" rev="0.17.0">
<artifact name="kogito-workitems" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito', module='kogito-workitems', version='0.17.0')
)
libraryDependencies += "org.kie.kogito" % "kogito-workitems" % "0.17.0"
[org.kie.kogito/kogito-workitems "0.17.0"]