reactivemongo-alias_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.reactivemongo</groupId> <artifactId>reactivemongo-alias_3</artifactId> <version>1.1.0-RC14</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-alias_3</artifactId> <packaging>jar</packaging> <description>Library mappings (e.g. netty)</description> <url>http://reactivemongo.org</url> <version>1.1.0-RC14</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-Alias</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>scala3-library_3</artifactId> <version>3.4.2</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> <version>4.1.114.Final</version> <scope>provided</scope> </dependency> </dependencies> </project>