is not current version
Last Version 0.9.2

com.github.imrafaelmerino:mongo-values 0.8

Set of codecs to add support for json-values in the java mongo driver, abstracting the process of decoding a BSON into a JsObj and encoding a JsObj into a BSON.

GroupId

GroupId

com.github.imrafaelmerino
ArtifactId

ArtifactId

mongo-values
Version

Version

0.8
Type

Type

jar

Download mongo-values 0.8


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