reactivemongo-scalafix_2.11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.reactivemongo</groupId> <artifactId>reactivemongo-scalafix_2.11</artifactId> <version>1.1.0-RC10</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-scalafix_2.11</artifactId> <packaging>jar</packaging> <description>reactivemongo-scalafix</description> <url>http://reactivemongo.org</url> <version>1.1.0-RC10</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-scalafix</name> <organization> <name>org.reactivemongo</name> <url>http://reactivemongo.org</url> </organization> <scm> <url>git://github.com/ReactiveMongo/ReactiveMongo-Scalafix.git</url> <connection>scm:git://github.com/ReactiveMongo/ReactiveMongo-Scalafix.git</connection> </scm> <developers> <developer> <id>cchantep</id> <name>Cedric Chantepie</name> <url>https://github.com/cchantep</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.11.12</version> </dependency> <dependency> <groupId>com.github.ghik</groupId> <artifactId>silencer-lib_2.11.12</artifactId> <version>1.7.9</version> <scope>provided</scope> </dependency> <dependency> <groupId>ch.epfl.scala</groupId> <artifactId>scalafix-core_2.11</artifactId> <version>0.10.1</version> </dependency> </dependencies> </project>