is not current version
Last Version 0.9.2

mongo-values 0.6

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.

License

License

GroupId

GroupId

com.github.imrafaelmerino
ArtifactId

ArtifactId

mongo-values
Version

Version

0.6
Type

Type

jar
Description

Description

mongo-values
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.
Project URL

Project URL

https://github.com/imrafaelmerino/mongo-values
Source Code Management

Source Code Management

https://github.com/imrafaelmerino/mongo-values.git

Download mongo-values 0.6


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

Dependencies

compile (2)

Group / Artifact Type Version
org.mongodb : mongodb-driver-sync jar 4.1.1
com.github.imrafaelmerino : json-values jar 8.4.0

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.6.2
org.slf4j : slf4j-api jar 1.7.29
org.slf4j : slf4j-nop jar 1.7.29

Project Modules

There are no modules declared in this project.