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