tasks_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ch.epfl.scala</groupId> <artifactId>tasks_2.12</artifactId> <version>1.1.0-sourcedeps</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>tasks_2.12</artifactId> <packaging>jar</packaging> <description>sbt is an interactive build tool</description> <url>https://github.com/sbt/sbt</url> <version>1.1.0-sourcedeps</version> <licenses> <license> <name>BSD New</name> <url>https://github.com/sbt/sbt/blob/0.13/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <name>Tasks</name> <organization> <name>ch.epfl.scala</name> <url>https://github.com/sbt/sbt</url> </organization> <scm> <url>https://github.com/sbt/sbt</url> <connection>git@github.com:sbt/sbt.git</connection> </scm> <developers> <developer> <id>harrah</id> <name>Mark Harrah</name> <email>@harrah</email> <url>https://github.com/harrah</url> </developer> <developer> <id>eed3si9n</id> <name>Eugene Yokota</name> <email>@eed3si9n</email> <url>https://github.com/eed3si9n</url> </developer> <developer> <id>jsuereth</id> <name>Josh Suereth</name> <email>@jsuereth</email> <url>https://github.com/jsuereth</url> </developer> <developer> <id>dwijnand</id> <name>Dale Wijnand</name> <email>@dwijnand</email> <url>https://github.com/dwijnand</url> </developer> <developer> <id>gkossakowski</id> <name>Grzegorz Kossakowski</name> <email>@gkossakowski</email> <url>https://github.com/gkossakowski</url> </developer> <developer> <id>Duhemm</id> <name>Martin Duhem</name> <email>@Duhemm</email> <url>https://github.com/Duhemm</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.12.4</version> </dependency> <dependency> <groupId>ch.epfl.scala</groupId> <artifactId>collections_2.12</artifactId> <version>1.1.0-sourcedeps</version> </dependency> <dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_2.12</artifactId> <version>1.13.4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2-junit_2.12</artifactId> <version>4.0.1</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.12</artifactId> <version>3.0.4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scala-sbt</groupId> <artifactId>util-control_2.12</artifactId> <version>1.1.2</version> </dependency> </dependencies> </project>