BsonMapper

a light wrapper for mongo-java-driver Bson to convert POJO to Bson or in reverse

License

License

Categories

Categories

ELKI Business Logic Libraries Machine Learning
GroupId

GroupId

me.welkinbai
ArtifactId

ArtifactId

BsonMapper
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

BsonMapper
a light wrapper for mongo-java-driver Bson to convert POJO to Bson or in reverse
Project URL

Project URL

https://github.com/welkinbai/BsonMapper

Download BsonMapper

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.mongodb : bson jar 3.4.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1