MVN

com.lightbend.akka : alpakka_2.11

Maven & Gradle

Jan 18, 2019
1.2k stars

alpakka · alpakka

<dependency>
    <groupId>com.lightbend.akka</groupId>
    <artifactId>alpakka_2.11</artifactId>
    <version>1.0-M2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lightbend.akka : alpakka_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-M2

All Versions

Choose a version of com.lightbend.akka : alpakka_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
alpakka_2.11-1.0-M2
alpakka_2.11-1.0-M1
0.20
alpakka_2.11-0.20
0.19
alpakka_2.11-0.19
0.18
alpakka_2.11-0.18
0.17
alpakka_2.11-0.17
0.16
alpakka_2.11-0.16
0.15.x
alpakka_2.11-0.15.1
0.15
alpakka_2.11-0.15
0.14
alpakka_2.11-0.14
0.13
alpakka_2.11-0.13
0.12
alpakka_2.11-0.12
0.11
alpakka_2.11-0.11
0.10
alpakka_2.11-0.10
0.9
alpakka_2.11-0.9
0.8
alpakka_2.11-0.8
0.7
alpakka_2.11-0.7
0.6
alpakka_2.11-0.6
0.5
alpakka_2.11-0.5
0.4
alpakka_2.11-0.4
0.3
alpakka_2.11-0.3
0.2
alpakka_2.11-0.2

How to add a dependency to Maven

Add the following com.lightbend.akka : alpakka_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lightbend.akka</groupId>
    <artifactId>alpakka_2.11</artifactId>
    <version>1.0-M2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lightbend.akka : alpakka_2.11 gradle dependency to your build.gradle file:

implementation 'com.lightbend.akka:alpakka_2.11:1.0-M2'

Gradle Kotlin DSL: Add the following com.lightbend.akka : alpakka_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lightbend.akka:alpakka_2.11:1.0-M2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lightbend.akka : alpakka_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lightbend.akka" % "alpakka_2.11" % "1.0-M2"

Advertisement