is not current version
Last Version 0.9.10

com.github.fluidsonic:fluid-mongo 0.9.8

Kotlin coroutine support for MongoDB built on top of the official MongoDB Asynchronous Java Driver

GroupId

GroupId

com.github.fluidsonic
ArtifactId

ArtifactId

fluid-mongo
Version

Version

0.9.8
Type

Type

jar

Download fluid-mongo 0.9.8


<!-- https://jarcasting.com/artifacts/com.github.fluidsonic/fluid-mongo/ -->
<dependency>
    <groupId>com.github.fluidsonic</groupId>
    <artifactId>fluid-mongo</artifactId>
    <version>0.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fluidsonic/fluid-mongo/
implementation 'com.github.fluidsonic:fluid-mongo:0.9.8'
// https://jarcasting.com/artifacts/com.github.fluidsonic/fluid-mongo/
implementation ("com.github.fluidsonic:fluid-mongo:0.9.8")
'com.github.fluidsonic:fluid-mongo:jar:0.9.8'
<dependency org="com.github.fluidsonic" name="fluid-mongo" rev="0.9.8">
  <artifact name="fluid-mongo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fluidsonic', module='fluid-mongo', version='0.9.8')
)
libraryDependencies += "com.github.fluidsonic" % "fluid-mongo" % "0.9.8"
[com.github.fluidsonic/fluid-mongo "0.9.8"]