<dependency> <groupId>io.semla</groupId> <artifactId>semla-mongodb</artifactId> <version>1.0.7</version> </dependency>
implementation 'io.semla:semla-mongodb:1.0.7'
implementation("io.semla:semla-mongodb:1.0.7")
libraryDependencies += "io.semla" % "semla-mongodb" % "1.0.7"
@Grapes( @Grab(group='io.semla', module='semla-mongodb', version='1.0.7') )
<dependency org="io.semla" name="semla-mongodb" rev="1.0.7" />
[io.semla/semla-mongodb "1.0.7"]
'io.semla:semla-mongodb:jar:1.0.7'
<parent> <groupId>io.semla</groupId> <artifactId>semla</artifactId> <version>1.0.7</version> </parent>
compile
|-- io.semla:semla-core:1.0.7
|-- org.mongodb:mongo-java-driver:3.12.7
test
|-- io.semla:semla-testing:1.0.7
|-- org.testcontainers:testcontainers