License |
License |
---|---|
Categories |
CategoriesELKI Business Logic Libraries Machine Learning |
GroupId | GroupIdme.welkinbai |
ArtifactId | ArtifactIdBsonMapper |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBsonMapper
a light wrapper for mongo-java-driver Bson to convert POJO to Bson or in reverse
|
Project URL |
Project URL |
Filename | Size |
---|---|
BsonMapper-0.0.2.pom | |
BsonMapper-0.0.2.jar | 45 KB |
BsonMapper-0.0.2-sources.jar | 23 KB |
BsonMapper-0.0.2-javadoc.jar | 108 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.mongodb : bson | jar | 3.4.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |