green-leaf-mongo-core_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.greenleafoss</groupId> <artifactId>green-leaf-mongo-core_3</artifactId> <version>3.1</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.greenleafoss</groupId> <artifactId>green-leaf-mongo-core_3</artifactId> <packaging>jar</packaging> <description> This extension created on top of official MongoDB Scala Driver. It allows to fully utilize Spray, Play or Circe JSON and represents bidirectional serialization for case classes in BSON, as well as flexible DSL for MongoDB query operators, documents and collections. </description> <url>https://github.com/GreenLeafOSS/green-leaf-mongo</url> <version>3.1</version> <licenses> <license> <name>Apache 2</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>green-leaf-mongo-core</name> <organization> <name>greenleafoss</name> <url>https://github.com/greenleafoss</url> </organization> <scm> <url>https://github.com/GreenLeafOSS/green-leaf-mongo</url> <connection>scm:git@github.com:GreenLeafOSS/green-leaf-mongo.git</connection> </scm> <developers> <developer> <id>lashchenko</id> <name>Andrii Lashchenko</name> <url>https://github.com/lashchenko</url> <email>andrew.lashchenko@gmail.com</email> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.3.1</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.12</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>2.0.13</version> <scope>test</scope> </dependency> <dependency> <groupId>de.flapdoodle.embed</groupId> <artifactId>de.flapdoodle.embed.mongo</artifactId> <version>3.5.4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_3</artifactId> <version>3.2.18</version> <scope>test</scope> </dependency> <dependency> <groupId>org.immutables</groupId> <artifactId>value</artifactId> <version>2.10.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mongodb.scala</groupId> <artifactId>mongo-scala-driver_2.13</artifactId> <version>5.1.2</version> </dependency> </dependencies> </project>