License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices MongoDB Data Databases |
GroupId | GroupIdorg.occurrent |
ArtifactId | ArtifactIdspring-boot-starter-mongodb |
Last Version | Last Version0.14.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEvent Sourcing Utilities for the JVM based on the CloudEvents specification
|
<!-- https://jarcasting.com/artifacts/org.occurrent/spring-boot-starter-mongodb/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>spring-boot-starter-mongodb</artifactId>
<version>0.14.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/spring-boot-starter-mongodb/
implementation 'org.occurrent:spring-boot-starter-mongodb:0.14.3'
// https://jarcasting.com/artifacts/org.occurrent/spring-boot-starter-mongodb/
implementation ("org.occurrent:spring-boot-starter-mongodb:0.14.3")
'org.occurrent:spring-boot-starter-mongodb:jar:0.14.3'
<dependency org="org.occurrent" name="spring-boot-starter-mongodb" rev="0.14.3">
<artifact name="spring-boot-starter-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='spring-boot-starter-mongodb', version='0.14.3')
)
libraryDependencies += "org.occurrent" % "spring-boot-starter-mongodb" % "0.14.3"
[org.occurrent/spring-boot-starter-mongodb "0.14.3"]