Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.lightbend.akka |
ArtifactId | ArtifactIdalpakka_2.11 |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
alpakka_2.11-0.8.pom | |
alpakka_2.11-0.8-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lightbend.akka/alpakka_2.11/ -->
<dependency>
<groupId>com.lightbend.akka</groupId>
<artifactId>alpakka_2.11</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.akka/alpakka_2.11/
implementation 'com.lightbend.akka:alpakka_2.11:0.8'
// https://jarcasting.com/artifacts/com.lightbend.akka/alpakka_2.11/
implementation ("com.lightbend.akka:alpakka_2.11:0.8")
'com.lightbend.akka:alpakka_2.11:jar:0.8'
<dependency org="com.lightbend.akka" name="alpakka_2.11" rev="0.8">
<artifact name="alpakka_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.akka', module='alpakka_2.11', version='0.8')
)
libraryDependencies += "com.lightbend.akka" % "alpakka_2.11" % "0.8"
[com.lightbend.akka/alpakka_2.11 "0.8"]