MVN

com.lightbend.akka : akka-stream-alpakka-spring-web_2.13

Maven & Gradle

Aug 09, 2023
1.2k stars

akka-stream-alpakka-spring-web · Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.

<dependency>
    <groupId>com.lightbend.akka</groupId>
    <artifactId>akka-stream-alpakka-spring-web_2.13</artifactId>
    <version>6.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lightbend.akka : akka-stream-alpakka-spring-web_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.2
  • Latest Release Candidate: 2.0.0-RC2

All Versions

Choose a version of com.lightbend.akka : akka-stream-alpakka-spring-web_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
akka-stream-alpakka-spring-web_2.13-6.0.2
akka-stream-alpakka-spring-web_2.13-6.0.1
akka-stream-alpakka-spring-web_2.13-6.0.0
5.1.x
akka-stream-alpakka-spring-web_2.13-5.1.0-M1
5.0.x
akka-stream-alpakka-spring-web_2.13-5.0.0
akka-stream-alpakka-spring-web_2.13-5.0.0-M2
akka-stream-alpakka-spring-web_2.13-5.0.0-M1
4.0.x
akka-stream-alpakka-spring-web_2.13-4.0.0
akka-stream-alpakka-spring-web_2.13-4.0.0-M1
3.0.x
akka-stream-alpakka-spring-web_2.13-3.0.4
akka-stream-alpakka-spring-web_2.13-3.0.3
akka-stream-alpakka-spring-web_2.13-3.0.2
akka-stream-alpakka-spring-web_2.13-3.0.1
akka-stream-alpakka-spring-web_2.13-3.0.0
akka-stream-alpakka-spring-web_2.13-3.0.0-M1
2.0.x
akka-stream-alpakka-spring-web_2.13-2.0.2
akka-stream-alpakka-spring-web_2.13-2.0.1
akka-stream-alpakka-spring-web_2.13-2.0.0
akka-stream-alpakka-spring-web_2.13-2.0.0-RC2
akka-stream-alpakka-spring-web_2.13-2.0.0-RC1
akka-stream-alpakka-spring-web_2.13-2.0.0-M3
akka-stream-alpakka-spring-web_2.13-2.0.0-M2
akka-stream-alpakka-spring-web_2.13-2.0.0-M1
1.1.x
akka-stream-alpakka-spring-web_2.13-1.1.2
akka-stream-alpakka-spring-web_2.13-1.1.1
akka-stream-alpakka-spring-web_2.13-1.1.0

How to add a dependency to Maven

Add the following com.lightbend.akka : akka-stream-alpakka-spring-web_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lightbend.akka</groupId>
    <artifactId>akka-stream-alpakka-spring-web_2.13</artifactId>
    <version>6.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lightbend.akka : akka-stream-alpakka-spring-web_2.13 gradle dependency to your build.gradle file:

implementation 'com.lightbend.akka:akka-stream-alpakka-spring-web_2.13:6.0.2'

Gradle Kotlin DSL: Add the following com.lightbend.akka : akka-stream-alpakka-spring-web_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lightbend.akka:akka-stream-alpakka-spring-web_2.13:6.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lightbend.akka : akka-stream-alpakka-spring-web_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lightbend.akka" % "akka-stream-alpakka-spring-web_2.13" % "6.0.2"

Advertisement