gradle-bloop_2.11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ch.epfl.scala</groupId> <artifactId>gradle-bloop_2.11</artifactId> <version>573affb5</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>ch.epfl.scala</groupId> <artifactId>gradle-bloop_2.11</artifactId> <packaging>jar</packaging> <description>gradle-bloop</description> <url>https://github.com/scalacenter/bloop</url> <version>573affb5</version> <licenses> <license> <name>Apache-2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>gradle-bloop</name> <inceptionYear>2017</inceptionYear> <organization> <name>ch.epfl.scala</name> <url>https://github.com/scalacenter/bloop</url> </organization> <scm> <url>https://github.com/scalacenter/bloop</url> <connection>scm:git:https://github.com/scalacenter/bloop.git</connection> <developerConnection>scm:git:git@github.com:scalacenter/bloop.git</developerConnection> </scm> <developers> <developer> <id>Duhemm</id> <name>Martin Duhem</name> <email>martin.duhem@gmail.com</email> <url>https://github.com/Duhemm</url> </developer> <developer> <id>jvican</id> <name>Jorge Vicente Cantero</name> <email>jorge@vican.me</email> <url>https://github.com/jvican</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.11.12</version> </dependency> <dependency> <groupId>ch.epfl.scala</groupId> <artifactId>bloop-config_2.11</artifactId> <version>573affb5</version> </dependency> <dependency> <groupId>org.gradle</groupId> <artifactId>gradle-core</artifactId> <version>3.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.gradle</groupId> <artifactId>gradle-tooling-api</artifactId> <version>3.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> <version>2.5.0</version> <scope>provided</scope> </dependency> </dependencies> </project>