mongo-values

Set of codecs to add support for json-values in the Java MongoDB 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
Last Version

Last Version

0.9.2
Release Date

Release Date

Type

Type

jar
Description

Description

mongo-values
Set of codecs to add support for json-values in the Java MongoDB 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

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.github.imrafaelmerino : json-values jar 11.4.0

provided (1)

Group / Artifact Type Version
org.mongodb : mongodb-driver-core jar 4.6.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.2
0.9.1
0.9
0.8
0.7
0.6
0.5
0.4
0.3
0.2
0.1