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