a

akka-contrib_2.13.0-M5

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject 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. A module may be dropped in any release without prior deprecation. The Lightbend subscription does not cover support for these modules.
https://akka.io/
Apache License, Version 2.0
Lightbend Inc.
Akka Contributors
Files download
File Operation
akka-contrib_2.13.0-M5-2.5.23.jar download
akka-contrib_2.13.0-M5-2.5.23.pom download
akka-contrib_2.13.0-M5-2.5.23-sources.jar download
Apache Maven
<dependency>
  <groupId>com.typesafe.akka</groupId>
  <artifactId>akka-contrib_2.13.0-M5</artifactId>
  <version>2.5.23</version>
</dependency>
Gradle Groovy
implementation 'com.typesafe.akka:akka-contrib_2.13.0-M5:2.5.23'
Gradle Kotlin
implementation("com.typesafe.akka:akka-contrib_2.13.0-M5:2.5.23")
Scala SBT
libraryDependencies += "com.typesafe.akka" % "akka-contrib_2.13.0-M5" % "2.5.23"
Groovy Grape
@Grapes(
  @Grab(group='com.typesafe.akka', module='akka-contrib_2.13.0-M5', version='2.5.23')
)
Apache Ivy
<dependency org="com.typesafe.akka" name="akka-contrib_2.13.0-M5" rev="2.5.23" />
Leiningen
[com.typesafe.akka/akka-contrib_2.13.0-M5 "2.5.23"]
Apache Buildr
'com.typesafe.akka:akka-contrib_2.13.0-M5:jar:2.5.23'