Categories |
CategoriesMongoDB Data Databases React User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdorg.occurrent |
ArtifactId | ArtifactIdeventstore-mongodb-spring-reactor |
Version | Version0.13.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.occurrent/eventstore-mongodb-spring-reactor/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>eventstore-mongodb-spring-reactor</artifactId>
<version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/eventstore-mongodb-spring-reactor/
implementation 'org.occurrent:eventstore-mongodb-spring-reactor:0.13.0'
// https://jarcasting.com/artifacts/org.occurrent/eventstore-mongodb-spring-reactor/
implementation ("org.occurrent:eventstore-mongodb-spring-reactor:0.13.0")
'org.occurrent:eventstore-mongodb-spring-reactor:jar:0.13.0'
<dependency org="org.occurrent" name="eventstore-mongodb-spring-reactor" rev="0.13.0">
<artifact name="eventstore-mongodb-spring-reactor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='eventstore-mongodb-spring-reactor', version='0.13.0')
)
libraryDependencies += "org.occurrent" % "eventstore-mongodb-spring-reactor" % "0.13.0"
[org.occurrent/eventstore-mongodb-spring-reactor "0.13.0"]