License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
GroupId | GroupIdorg.occurrent |
ArtifactId | ArtifactIdeventstore-api-reactor |
Version | Version0.11.0 |
Type | Typejar |
Description |
DescriptionEvent Sourcing Utilities for the JVM based on the CloudEvents specification
|
<!-- https://jarcasting.com/artifacts/org.occurrent/eventstore-api-reactor/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>eventstore-api-reactor</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/eventstore-api-reactor/
implementation 'org.occurrent:eventstore-api-reactor:0.11.0'
// https://jarcasting.com/artifacts/org.occurrent/eventstore-api-reactor/
implementation ("org.occurrent:eventstore-api-reactor:0.11.0")
'org.occurrent:eventstore-api-reactor:jar:0.11.0'
<dependency org="org.occurrent" name="eventstore-api-reactor" rev="0.11.0">
<artifact name="eventstore-api-reactor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='eventstore-api-reactor', version='0.11.0')
)
libraryDependencies += "org.occurrent" % "eventstore-api-reactor" % "0.11.0"
[org.occurrent/eventstore-api-reactor "0.11.0"]
Group / Artifact | Type | Version |
---|---|---|
org.occurrent : eventstore-api-common | jar | 0.11.0 |
io.projectreactor : reactor-core | jar | 3.4.4 |