reactivemongo_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.reactivemongo</groupId>
<artifactId>reactivemongo_2.13</artifactId>
<version>1.1.0-pekko.RC20</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_2.13</artifactId>
<packaging>jar</packaging>
<description>ReactiveMongo is a Scala driver that provides fully non-blocking and asynchronous I/O operations </description>
<url>http://reactivemongo.org</url>
<version>1.1.0-pekko.RC20</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</name>
<organization>
<name>org.reactivemongo</name>
<url>http://reactivemongo.org</url>
</organization>
<scm>
<url>https://github.com/ReactiveMongo/ReactiveMongo</url>
<connection>scm:git://github.com/ReactiveMongo/ReactiveMongo.git</connection>
</scm>
<developers>
<developer>
<id>sgodbillon</id>
<name>Stephane Godbillon</name>
<url>http://stephane.godbillon.com</url>
</developer>
<developer>
<id>cchantep</id>
<name>Cédric Chantepie</name>
<url>http://github.com/cchantep/</url>
</developer>
</developers>
<properties>
<info.apiURL>http://reactivemongo.org/release/1.x/api/</info.apiURL>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.18</version>
</dependency>
<dependency>
<groupId>org.reactivemongo</groupId>
<artifactId>reactivemongo-core_2.13</artifactId>
<version>1.1.0-RC20</version>
</dependency>
<dependency>
<groupId>org.reactivemongo</groupId>
<artifactId>reactivemongo-actors-pekko_2.13</artifactId>
<version>1.1.0-RC20</version>
</dependency>
<dependency>
<groupId>dnsjava</groupId>
<artifactId>dnsjava</artifactId>
<version>3.6.4</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.0</version>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-core_2.13</artifactId>
<version>4.19.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>
<version>4.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>