is not current version
Last Version 0.9.2

com.github.imrafaelmerino:mongo-values 0.2

Codecs to work with the persistent objects from json-values in MongoDb with the Java driver.

GroupId

GroupId

com.github.imrafaelmerino
ArtifactId

ArtifactId

mongo-values
Version

Version

0.2
Type

Type

jar

Download mongo-values 0.2


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