is not current version
Last Version 1.1.0

io.corbel.lib:mongodb 1.0.0

MongoDB Connection Library

Categories

Categories

MongoDB Data Databases
GroupId

GroupId

io.corbel.lib
ArtifactId

ArtifactId

mongodb
Version

Version

1.0.0
Type

Type

jar

Download mongodb 1.0.0


<!-- https://jarcasting.com/artifacts/io.corbel.lib/mongodb/ -->
<dependency>
    <groupId>io.corbel.lib</groupId>
    <artifactId>mongodb</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.corbel.lib/mongodb/
implementation 'io.corbel.lib:mongodb:1.0.0'
// https://jarcasting.com/artifacts/io.corbel.lib/mongodb/
implementation ("io.corbel.lib:mongodb:1.0.0")
'io.corbel.lib:mongodb:jar:1.0.0'
<dependency org="io.corbel.lib" name="mongodb" rev="1.0.0">
  <artifact name="mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.corbel.lib', module='mongodb', version='1.0.0')
)
libraryDependencies += "io.corbel.lib" % "mongodb" % "1.0.0"
[io.corbel.lib/mongodb "1.0.0"]