is not current version
Last Version 3.4.0

com.codebullets.saga-lib:saga-lib 3.1.0

Java saga pattern library to organize and handle domain events.

GroupId

GroupId

com.codebullets.saga-lib
ArtifactId

ArtifactId

saga-lib
Version

Version

3.1.0
Type

Type

jar

Download saga-lib 3.1.0


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