scala-async.
An asynchronous programming facility for Scala that offers a direct API for working with Futures..
Here is the list of declaration for scala-async_2.11. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-async_2.11</artifactId> <version>0.9.2</version> </dependency>
If you think this Maven repository POM file listing for scala-async_2.11 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Scala license
URL: https://github.com/scala/async/blob/master/LICENSE.
The scala-async_2.11-0.9.2 has 5 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Parser | scala-compiler 2.11.1 Compiler for the Scala Programming Language | 49 |
Scala | scala-library 2.11.1 Standard library for the Scala Programming Language | 254 |
Parser | scala-reflect 2.11.1 Compiler for the Scala Programming Language | 39 |
JUnit | junit-dep 4.10 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 177 |
JUnit | junit-interface 0.10 An implementation of sbt's test interface for JUnit 4 | 135 |
The following packages are defined in the scala-async_2.11-0.9.2.jar
scala.async scala.async.internal
Here is the content of the POM file.
<?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.scala-lang.modules</groupId> <artifactId>scala-async_2.11</artifactId> <packaging>bundle</packaging> <description>An asynchronous programming facility for Scala that offers a direct API for working with Futures.</description> <url>http://github.com/scala/async</url> <version>0.9.2</version> <licenses> <license> <name>Scala license</name> <url>https://github.com/scala/async/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <name>scala-async</name> <inceptionYear>2012</inceptionYear> <organization> <name>org.scala-lang.modules</name> <url>http://github.com/scala/async</url> </organization> <scm> <url>git@github.com:scala/async.git/</url> <connection>scm:git:git@github.com:scala/async.git</connection> </scm> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-compiler</artifactId> <version>2.11.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.11.1</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-reflect</artifactId> <version>2.11.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit-dep</artifactId> <version>4.10</version> <scope>test</scope> </dependency> <dependency> <groupId>com.novocode</groupId> <artifactId>junit-interface</artifactId> <version>0.10</version> <scope>test</scope> </dependency> </dependencies> </project>