Maven Repository - POM file for Scala scala-actors 2.11.0 2.11.0

Summary

Scala Actors library.

Deprecated Actors Library for Scala.

Declaration

Here is the list of declaration for scala-actors. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.scala-lang</groupId>
   <artifactId>scala-actors</artifactId>
   <version>2.11.0</version>
</dependency>

If you think this Maven repository POM file listing for scala-actors is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:BSD 3-Clause
URL: http://www.scala-lang.org/license.html.

Depends on

The scala-actors-2.11.0 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Scalascala-library 2.11.0
Standard library for the Scala Programming Language
192




POM File Source

Here is the content of the POM file.

<?xml version="1.0"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.scala-lang</groupId>
  <artifactId>scala-actors</artifactId>
  <packaging>jar</packaging>
  <version>2.11.0</version>
  <name>Scala Actors library</name>
  <description>Deprecated Actors Library for Scala</description>
  <url>http://www.scala-lang.org/</url>
  <inceptionYear>2006</inceptionYear>
  <organization>
    <name>LAMP/EPFL</name>
    <url>http://lamp.epfl.ch/</url>
  </organization>
  <licenses>
    <license>
      <name>BSD 3-Clause</name>
      <url>http://www.scala-lang.org/license.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:git:git://github.com/scala/scala.git</connection>
    <url>https://github.com/scala/scala.git</url>
  </scm>
  <issueManagement>
    <system>JIRA</system>
    <url>https://issues.scala-lang.org/</url>
  </issueManagement>
  <properties>
    <info.apiURL>http://www.scala-lang.org/api/2.11.0/</info.apiURL>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.scala-lang</groupId>
      <artifactId>scala-library</artifactId>
      <version>2.11.0</version>
    </dependency>
  </dependencies>
  
</project>