MVN

org.typelevel : scala-actors

Maven & Gradle

May 09, 2017
14.2k stars

Scala Actors library · Deprecated Actors Library for Scala

<dependency>
    <groupId>org.typelevel</groupId>
    <artifactId>scala-actors</artifactId>
    <version>2.11.11-bin-typelevel-4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.typelevel : scala-actors to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.11.11-bin-typelevel-4

All Versions

Choose a version of org.typelevel : scala-actors to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.11.x
scala-actors-2.11.11-bin-typelevel-4
scala-actors-2.11.8
scala-actors-2.11.7

How to add a dependency to Maven

Add the following org.typelevel : scala-actors maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.typelevel</groupId>
    <artifactId>scala-actors</artifactId>
    <version>2.11.11-bin-typelevel-4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.typelevel : scala-actors gradle dependency to your build.gradle file:

implementation 'org.typelevel:scala-actors:2.11.11-bin-typelevel-4'

Gradle Kotlin DSL: Add the following org.typelevel : scala-actors gradle kotlin dependency to your build.gradle.kts file:

implementation("org.typelevel:scala-actors:2.11.11-bin-typelevel-4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.typelevel : scala-actors sbt scala dependency to your build.sbt file:

libraryDependencies += "org.typelevel" % "scala-actors" % "2.11.11-bin-typelevel-4"

Advertisement

Dependencies from Group

Aug 14, 2023
1.3k usages
5.1k stars
Aug 14, 2023
1.1k usages
5.1k stars
Jun 28, 2023
993 usages
1.9k stars
Jun 28, 2023
951 usages
1.9k stars
Sep 10, 2019
596 usages
5.1k stars

Discover Dependencies