is not current version
Last Version 3.4.0

com.codebullets.saga-lib:saga-lib 0.13.1

Java saga pattern library to organize and handle domain events.

GroupId

GroupId

com.codebullets.saga-lib
ArtifactId

ArtifactId

saga-lib
Version

Version

0.13.1
Type

Type

jar

Download saga-lib 0.13.1


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