Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdio.semla |
ArtifactId | ArtifactIdsemla-mongodb |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
semla-mongodb-1.0.5.pom | |
semla-mongodb-1.0.5.jar | 14 KB |
semla-mongodb-1.0.5-sources.jar | 6 KB |
semla-mongodb-1.0.5-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.semla/semla-mongodb/ -->
<dependency>
<groupId>io.semla</groupId>
<artifactId>semla-mongodb</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.semla/semla-mongodb/
implementation 'io.semla:semla-mongodb:1.0.5'
// https://jarcasting.com/artifacts/io.semla/semla-mongodb/
implementation ("io.semla:semla-mongodb:1.0.5")
'io.semla:semla-mongodb:jar:1.0.5'
<dependency org="io.semla" name="semla-mongodb" rev="1.0.5">
<artifact name="semla-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.semla', module='semla-mongodb', version='1.0.5')
)
libraryDependencies += "io.semla" % "semla-mongodb" % "1.0.5"
[io.semla/semla-mongodb "1.0.5"]