Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdorg.occurrent |
ArtifactId | ArtifactIdeventstore-mongodb-spring-blocking |
Version | Version0.6.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.occurrent/eventstore-mongodb-spring-blocking/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>eventstore-mongodb-spring-blocking</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/eventstore-mongodb-spring-blocking/
implementation 'org.occurrent:eventstore-mongodb-spring-blocking:0.6.0'
// https://jarcasting.com/artifacts/org.occurrent/eventstore-mongodb-spring-blocking/
implementation ("org.occurrent:eventstore-mongodb-spring-blocking:0.6.0")
'org.occurrent:eventstore-mongodb-spring-blocking:jar:0.6.0'
<dependency org="org.occurrent" name="eventstore-mongodb-spring-blocking" rev="0.6.0">
<artifact name="eventstore-mongodb-spring-blocking" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='eventstore-mongodb-spring-blocking', version='0.6.0')
)
libraryDependencies += "org.occurrent" % "eventstore-mongodb-spring-blocking" % "0.6.0"
[org.occurrent/eventstore-mongodb-spring-blocking "0.6.0"]