License |
License |
---|---|
Categories |
CategoriesMongoDB Data Databases |
GroupId | GroupIdorg.kie.kogito.examples |
ArtifactId | ArtifactIdprocess-outbox-mongodb-springboot |
Last Version | Last Version1.23.0.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKogito Example :: Process Transactional Outbox :: MongoDB and Spring Boot
Process with Transactional Outbox - MongoDB and Spring Boot
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.kie.kogito.examples/process-outbox-mongodb-springboot/ -->
<dependency>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>process-outbox-mongodb-springboot</artifactId>
<version>1.23.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito.examples/process-outbox-mongodb-springboot/
implementation 'org.kie.kogito.examples:process-outbox-mongodb-springboot:1.23.0.Final'
// https://jarcasting.com/artifacts/org.kie.kogito.examples/process-outbox-mongodb-springboot/
implementation ("org.kie.kogito.examples:process-outbox-mongodb-springboot:1.23.0.Final")
'org.kie.kogito.examples:process-outbox-mongodb-springboot:jar:1.23.0.Final'
<dependency org="org.kie.kogito.examples" name="process-outbox-mongodb-springboot" rev="1.23.0.Final">
<artifact name="process-outbox-mongodb-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito.examples', module='process-outbox-mongodb-springboot', version='1.23.0.Final')
)
libraryDependencies += "org.kie.kogito.examples" % "process-outbox-mongodb-springboot" % "1.23.0.Final"
[org.kie.kogito.examples/process-outbox-mongodb-springboot "1.23.0.Final"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-actuator | jar | |
org.kie.kogito : kogito-api | jar | |
org.kie.kogito : kogito-processes-spring-boot-starter | jar | |
org.springframework.boot : spring-boot-starter-data-mongodb | jar | |
org.kie.kogito : kogito-addons-springboot-persistence-mongodb | jar | |
org.kie.kogito : kogito-addons-springboot-events-mongodb | jar | |
org.mongodb : mongodb-driver-sync | jar | 4.4.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
org.kie.kogito : kogito-spring-boot-test-utils | jar | |
io.rest-assured : rest-assured | jar | |
org.awaitility : awaitility | jar | |
com.jayway.jsonpath : json-path | jar | 2.6.0 |