is not current version
Last Version 0.9.1

com.bq.corbel.lib:mongodb 0.9.0

MongoDB Connection Library

Categories

Categories

MongoDB Data Databases
GroupId

GroupId

com.bq.corbel.lib
ArtifactId

ArtifactId

mongodb
Version

Version

0.9.0
Type

Type

jar

Download mongodb 0.9.0


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