License |
License |
---|---|
GroupId | GroupIdcom.codebullets.saga-lib |
ArtifactId | ArtifactIdsaga-lib |
Version | Version3.4.0 |
Type | Typejar |
Description |
Descriptionsaga-lib
Java saga pattern library to organize and handle domain events.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
saga-lib-3.4.0.pom | |
saga-lib-3.4.0.jar | 120 KB |
saga-lib-3.4.0-sources.jar | 114 KB |
saga-lib-3.4.0-javadoc.jar | 528 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 2.0.1 |