Last Version

saga-lib 3.4.0

Java saga pattern library to organize and handle domain events.

License

License

GroupId

GroupId

com.codebullets.saga-lib
ArtifactId

ArtifactId

saga-lib
Version

Version

3.4.0
Type

Type

jar
Description

Description

saga-lib
Java saga pattern library to organize and handle domain events.
Project URL

Project URL

https://github.com/Domo42/saga-lib
Source Code Management

Source Code Management

https://github.com/Domo42/saga-lib

Download saga-lib 3.4.0


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

Dependencies

compile (4)

Group / Artifact Type Version
com.google.guava : guava jar 23.4-jre
javax.inject : javax.inject jar 1
org.slf4j : slf4j-api jar 1.7.28
org.reflections : reflections jar 0.9.10

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 2.0.1

Project Modules

There are no modules declared in this project.