| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.jbpm.contrib |
| Идентификатор | Идентификаторjbpm-workitem-itests |
| Версия | Версия7.64.0.Final |
| Тип | Типjar |
| Описание |
ОписаниеjBPM :: WorkItem :: SpringBoot :: IntegrationTests
Sample project for testing workitems in a jBPM SpringBoot application
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.jbpm.contrib/jbpm-workitem-itests/ -->
<dependency>
<groupId>org.jbpm.contrib</groupId>
<artifactId>jbpm-workitem-itests</artifactId>
<version>7.64.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbpm.contrib/jbpm-workitem-itests/
implementation 'org.jbpm.contrib:jbpm-workitem-itests:7.64.0.Final'
// https://jarcasting.com/artifacts/org.jbpm.contrib/jbpm-workitem-itests/
implementation ("org.jbpm.contrib:jbpm-workitem-itests:7.64.0.Final")
'org.jbpm.contrib:jbpm-workitem-itests:jar:7.64.0.Final'
<dependency org="org.jbpm.contrib" name="jbpm-workitem-itests" rev="7.64.0.Final">
<artifact name="jbpm-workitem-itests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbpm.contrib', module='jbpm-workitem-itests', version='7.64.0.Final')
)
libraryDependencies += "org.jbpm.contrib" % "jbpm-workitem-itests" % "7.64.0.Final"
[org.jbpm.contrib/jbpm-workitem-itests "7.64.0.Final"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.kie : jbpm-spring-boot-starter-basic | jar | |
| org.springframework.boot : spring-boot-starter-web | jar | |
| com.h2database : h2 | jar | 1.4.197 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jbpm.contrib : kafka-workitem | jar | 7.64.0.Final |
| org.apache.kafka : kafka-clients | jar | 2.8.0 |
| org.springframework.boot : spring-boot-starter-test | jar | |
| org.springframework : spring-test | jar | 5.2.9.RELEASE |
| org.testcontainers : toxiproxy | jar | 1.15.2 |
| io.strimzi : strimzi-test-container | jar | 0.23.0 |
| com.sun.xml.bind : jaxb-core | jar | 2.3.0 |
| com.sun.xml.bind : jaxb-impl | jar | 2.3.0 |
| junit : junit | jar | 4.13.1 |
| org.mockito : mockito-core | jar | 3.6.0 |