Download akka-contrib_2.10-2.3.9.jar file - Jar a

Jar examples for a:akka-contrib-2.10

Description

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.

You can download jar file akka-contrib_2.10 2.3.9 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add akka-contrib_2.10-2.3.9.jar to your project.

<dependency>
   <groupId>com.typesafe.akka</groupId>
   <artifactId>akka-contrib_2.10</artifactId>
   <version>2.3.9</version>
</dependency>
compile group: 'com.typesafe.akka', name: 'akka-contrib_2.10', version: '2.3.9'
libraryDependencies += "com.typesafe.akka" % "akka-contrib_2.10" % "2.3.9"
<dependency org="com.typesafe.akka" name="akka-contrib_2.10" rev="2.3.9"/>
@Grapes(@Grab(group='com.typesafe.akka', module='akka-contrib_2.10', version='2.3.9'))
'com.typesafe.akka:akka-contrib_2.10:jar:2.3.9'

Download

Click the following link to download the jar file.

akka-contrib_2.10-2.3.9-javadoc.jar
akka-contrib_2.10-2.3.9-sources.jar
akka-contrib_2.10-2.3.9.jar
akka-contrib_2.10-2.3.9.pom



Related Tutorials