| License |
License |
|---|---|
| GroupId | GroupIdcom.github.imrafaelmerino |
| ArtifactId | ArtifactIdmongo-values |
| Last Version | Last Version0.9.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmongo-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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mongo-values-0.9.2.pom | |
| mongo-values-0.9.2.jar | 19 KB |
| mongo-values-0.9.2-sources.jar | 11 KB |
| mongo-values-0.9.2-javadoc.jar | 392 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.imrafaelmerino : json-values | jar | 11.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mongodb : mongodb-driver-core | jar | 4.6.1 |