is not current version
Last Version 2.3.16

com.typesafe.akka:akka-contrib_2.10 2.3.4

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 Typesafe subscription does not cover support for these modules.

Categories

Categories

Akka Container Microservices Reactive libraries
GroupId

GroupId

com.typesafe.akka
ArtifactId

ArtifactId

akka-contrib_2.10
Version

Version

2.3.4
Type

Type

jar

Download akka-contrib_2.10 2.3.4


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