MVN

com.typesafe.akka : akka-sample-cluster-experimental_2.10.0-RC1

Maven & Gradle

Oct 16, 2012
13k stars

akka-sample-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-sample-cluster-experimental_2.10.0-RC1</artifactId>
    <version>2.1.0-RC1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.typesafe.akka : akka-sample-cluster-experimental_2.10.0-RC1 to add to Maven - Latest Versions:

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

All Versions

Choose a version of com.typesafe.akka : akka-sample-cluster-experimental_2.10.0-RC1 to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
akka-sample-cluster-experimental_2.10.0-RC1-2.1.0-RC1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement