License |
License |
---|---|
GroupId | GroupIdno.ssb.saga |
ArtifactId | ArtifactIddistributed-saga-execution |
Last Version | Last Version0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDistributed Saga Execution
Distributed Saga Execution
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/no.ssb.saga/distributed-saga-execution/ -->
<dependency>
<groupId>no.ssb.saga</groupId>
<artifactId>distributed-saga-execution</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/no.ssb.saga/distributed-saga-execution/
implementation 'no.ssb.saga:distributed-saga-execution:0.8'
// https://jarcasting.com/artifacts/no.ssb.saga/distributed-saga-execution/
implementation ("no.ssb.saga:distributed-saga-execution:0.8")
'no.ssb.saga:distributed-saga-execution:jar:0.8'
<dependency org="no.ssb.saga" name="distributed-saga-execution" rev="0.8">
<artifact name="distributed-saga-execution" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.ssb.saga', module='distributed-saga-execution', version='0.8')
)
libraryDependencies += "no.ssb.saga" % "distributed-saga-execution" % "0.8"
[no.ssb.saga/distributed-saga-execution "0.8"]
Group / Artifact | Type | Version |
---|---|---|
no.ssb.saga : distributed-saga-api | jar | 0.1 |
no.ssb.saga : sagalog-api | jar | 0.5 |
no.ssb.concurrent.futureselector : future-selector | jar | 0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.14.3 |
org.json : json | jar | 20180813 |