MVN

com.typesafe.akka : akka-cluster-experimental_2.10.0-RC5

Maven & Gradle

Dec 14, 2012
2 usages
13k stars

akka-cluster-experimental · This module of Akka is marked as experimental, which means that it is in early access mode, which also means that it is not covered by commercial support. An experimental module doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. An experimental module may be dropped in major releases without prior deprecation.

<dependency>
    <groupId>com.typesafe.akka</groupId>
    <artifactId>akka-cluster-experimental_2.10.0-RC5</artifactId>
    <version>2.1.0-RC6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.typesafe.akka : akka-cluster-experimental_2.10.0-RC5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0-RC6
  • Latest Release Candidate: 2.1.0-RC6

All Versions

Choose a version of com.typesafe.akka : akka-cluster-experimental_2.10.0-RC5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
akka-cluster-experimental_2.10.0-RC5-2.1.0-RC6
akka-cluster-experimental_2.10.0-RC5-2.1.0-RC5
akka-cluster-experimental_2.10.0-RC5-2.1.0-RC4

How to add a dependency to Maven

Add the following com.typesafe.akka : akka-cluster-experimental_2.10.0-RC5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.typesafe.akka</groupId>
    <artifactId>akka-cluster-experimental_2.10.0-RC5</artifactId>
    <version>2.1.0-RC6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.typesafe.akka : akka-cluster-experimental_2.10.0-RC5 gradle dependency to your build.gradle file:

implementation 'com.typesafe.akka:akka-cluster-experimental_2.10.0-RC5:2.1.0-RC6'

Gradle Kotlin DSL: Add the following com.typesafe.akka : akka-cluster-experimental_2.10.0-RC5 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.typesafe.akka:akka-cluster-experimental_2.10.0-RC5:2.1.0-RC6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.typesafe.akka : akka-cluster-experimental_2.10.0-RC5 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.typesafe.akka" % "akka-cluster-experimental_2.10.0-RC5" % "2.1.0-RC6"

Advertisement