reactivemongo-iteratees_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.reactivemongo</groupId> <artifactId>reactivemongo-iteratees_2.13</artifactId> <version>0.18.2</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>org.reactivemongo</groupId> <artifactId>reactivemongo-iteratees_2.13</artifactId> <packaging>jar</packaging> <description>reactivemongo-iteratees</description> <url>http://reactivemongo.org</url> <version>0.18.2</version> <licenses> <license> <name>Apache 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>reactivemongo-iteratees</name> <organization> <name>org.reactivemongo</name> <url>http://reactivemongo.org</url> </organization> <scm> <url>git://github.com/ReactiveMongo/ReactiveMongo-Streaming.git</url> <connection>scm:git://github.com/ReactiveMongo/ReactiveMongo-Streaming.git</connection> </scm> <developers> <developer> <id>cchantep</id> <name>Cedric Chantepie</name> <url>https://github.com/cchantep/</url> </developer> </developers> <properties> <info.apiURL>https://reactivemongo.github.io/ReactiveMongo-Streaming/0.12/iteratees/api/</info.apiURL> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.0</version> </dependency> <dependency> <groupId>com.github.ghik</groupId> <artifactId>silencer-lib_2.13</artifactId> <version>1.4.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.sksamuel.scapegoat</groupId> <artifactId>scalac-scapegoat-plugin_2.13</artifactId> <version>1.3.9</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.reactivemongo</groupId> <artifactId>reactivemongo_2.13</artifactId> <version>0.18.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2-core_2.13</artifactId> <version>4.6.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2-junit_2.13</artifactId> <version>4.6.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.26</version> <scope>test</scope> </dependency> </dependencies> </project>