GroupId | GroupIdcom.github.richygreat |
---|---|
ArtifactId | ArtifactIdspring-saga-event |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
spring-saga-event-1.0.0.pom | |
spring-saga-event-1.0.0.jar | 21 KB |
spring-saga-event-1.0.0-sources.jar | 12 KB |
spring-saga-event-1.0.0-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.richygreat/spring-saga-event/ -->
<dependency>
<groupId>com.github.richygreat</groupId>
<artifactId>spring-saga-event</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.richygreat/spring-saga-event/
implementation 'com.github.richygreat:spring-saga-event:1.0.0'
// https://jarcasting.com/artifacts/com.github.richygreat/spring-saga-event/
implementation ("com.github.richygreat:spring-saga-event:1.0.0")
'com.github.richygreat:spring-saga-event:jar:1.0.0'
<dependency org="com.github.richygreat" name="spring-saga-event" rev="1.0.0">
<artifact name="spring-saga-event" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.richygreat', module='spring-saga-event', version='1.0.0')
)
libraryDependencies += "com.github.richygreat" % "spring-saga-event" % "1.0.0"
[com.github.richygreat/spring-saga-event "1.0.0"]