is not current version
Last Version 2.2.0-RC2

com.typesafe.akka:akka 2.2-M2

akka

Categories

Categories

Akka Container Microservices Reactive libraries
GroupId

GroupId

com.typesafe.akka
ArtifactId

ArtifactId

akka
Version

Version

2.2-M2
Type

Type

pom

Download akka 2.2-M2

Filename Size
akka-2.2-M2.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka/ -->
<dependency>
    <groupId>com.typesafe.akka</groupId>
    <artifactId>akka</artifactId>
    <version>2.2-M2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka/
implementation 'com.typesafe.akka:akka:2.2-M2'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka/
implementation ("com.typesafe.akka:akka:2.2-M2")
'com.typesafe.akka:akka:pom:2.2-M2'
<dependency org="com.typesafe.akka" name="akka" rev="2.2-M2">
  <artifact name="akka" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka', version='2.2-M2')
)
libraryDependencies += "com.typesafe.akka" % "akka" % "2.2-M2"
[com.typesafe.akka/akka "2.2-M2"]