| Categories |
CategoriesAkka Container Microservices Reactive libraries |
|---|---|
| GroupId | GroupIdcom.typesafe.akka |
| ArtifactId | ArtifactIdakka-contrib_2.11.0-M3 |
| Version | Version2.1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| akka-contrib_2.11.0-M3-2.1.4.pom | |
| akka-contrib_2.11.0-M3-2.1.4.jar | 204 KB |
| akka-contrib_2.11.0-M3-2.1.4-sources.jar | 16 KB |
| akka-contrib_2.11.0-M3-2.1.4-javadoc.jar | 250 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka-contrib_2.11.0-M3/ -->
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-contrib_2.11.0-M3</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-contrib_2.11.0-M3/
implementation 'com.typesafe.akka:akka-contrib_2.11.0-M3:2.1.4'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-contrib_2.11.0-M3/
implementation ("com.typesafe.akka:akka-contrib_2.11.0-M3:2.1.4")
'com.typesafe.akka:akka-contrib_2.11.0-M3:jar:2.1.4'
<dependency org="com.typesafe.akka" name="akka-contrib_2.11.0-M3" rev="2.1.4">
<artifact name="akka-contrib_2.11.0-M3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-contrib_2.11.0-M3', version='2.1.4')
)
libraryDependencies += "com.typesafe.akka" % "akka-contrib_2.11.0-M3" % "2.1.4"
[com.typesafe.akka/akka-contrib_2.11.0-M3 "2.1.4"]