License |
License |
---|---|
Categories |
CategoriesLeaf Data Databases |
GroupId | GroupIdio.github.greenleafoss |
ArtifactId | ArtifactIdgreen-leaf-mongo_3 |
Last Version | Last Version0.1.12 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongreen-leaf-mongo
This extension created on top of official MongoDB Scala Driver, allows to fully utilize Spray JSON and represents bidirectional serialization for case classes in BSON, as well as flexible DSL for MongoDB query operators, documents and collections.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
green-leaf-mongo_3-0.1.12.pom | |
green-leaf-mongo_3-0.1.12.jar | 139 KB |
green-leaf-mongo_3-0.1.12-sources.jar | 10 KB |
green-leaf-mongo_3-0.1.12-javadoc.jar | 498 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.greenleafoss/green-leaf-mongo_3/ -->
<dependency>
<groupId>io.github.greenleafoss</groupId>
<artifactId>green-leaf-mongo_3</artifactId>
<version>0.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.greenleafoss/green-leaf-mongo_3/
implementation 'io.github.greenleafoss:green-leaf-mongo_3:0.1.12'
// https://jarcasting.com/artifacts/io.github.greenleafoss/green-leaf-mongo_3/
implementation ("io.github.greenleafoss:green-leaf-mongo_3:0.1.12")
'io.github.greenleafoss:green-leaf-mongo_3:jar:0.1.12'
<dependency org="io.github.greenleafoss" name="green-leaf-mongo_3" rev="0.1.12">
<artifact name="green-leaf-mongo_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.greenleafoss', module='green-leaf-mongo_3', version='0.1.12')
)
libraryDependencies += "io.github.greenleafoss" % "green-leaf-mongo_3" % "0.1.12"
[io.github.greenleafoss/green-leaf-mongo_3 "0.1.12"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala3-library_3 | jar | 3.0.2 |
io.spray : spray-json_2.13 | jar | 1.3.6 |
org.mongodb.scala : mongo-scala-driver_2.13 | jar | 4.3.4 |
org.slf4j : slf4j-api | jar | 1.8.0-beta4 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.8.0-beta4 |
de.flapdoodle.embed : de.flapdoodle.embed.mongo | jar | 3.0.0 |
org.scalatest : scalatest_3 | jar | 3.2.10 |
org.immutables : value | jar | 2.8.8 |