is not current version
Last Version 3.4.0

com.codebullets.saga-lib:saga-lib 0.7.0

Java saga pattern library to organize and handle domain events.

GroupId

GroupId

com.codebullets.saga-lib
ArtifactId

ArtifactId

saga-lib
Version

Version

0.7.0
Type

Type

jar

Download saga-lib 0.7.0


<!-- https://jarcasting.com/artifacts/com.codebullets.saga-lib/saga-lib/ -->
<dependency>
    <groupId>com.codebullets.saga-lib</groupId>
    <artifactId>saga-lib</artifactId>
    <version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.codebullets.saga-lib/saga-lib/
implementation 'com.codebullets.saga-lib:saga-lib:0.7.0'
// https://jarcasting.com/artifacts/com.codebullets.saga-lib/saga-lib/
implementation ("com.codebullets.saga-lib:saga-lib:0.7.0")
'com.codebullets.saga-lib:saga-lib:jar:0.7.0'
<dependency org="com.codebullets.saga-lib" name="saga-lib" rev="0.7.0">
  <artifact name="saga-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codebullets.saga-lib', module='saga-lib', version='0.7.0')
)
libraryDependencies += "com.codebullets.saga-lib" % "saga-lib" % "0.7.0"
[com.codebullets.saga-lib/saga-lib "0.7.0"]