MVN

com.lightbend.akka : akka-stream-alpakka-ftp_2.12

Maven & Gradle

Aug 09, 2023
1.2k stars

akka-stream-alpakka-ftp · 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-ftp_2.12</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-ftp_2.12 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-ftp_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
akka-stream-alpakka-ftp_2.12-6.0.2
akka-stream-alpakka-ftp_2.12-6.0.1
akka-stream-alpakka-ftp_2.12-6.0.0
5.1.x
akka-stream-alpakka-ftp_2.12-5.1.0-M1
5.0.x
akka-stream-alpakka-ftp_2.12-5.0.0
akka-stream-alpakka-ftp_2.12-5.0.0-M2
akka-stream-alpakka-ftp_2.12-5.0.0-M1
3.0.x
akka-stream-alpakka-ftp_2.12-3.0.4
akka-stream-alpakka-ftp_2.12-3.0.3
akka-stream-alpakka-ftp_2.12-3.0.2
akka-stream-alpakka-ftp_2.12-3.0.1
akka-stream-alpakka-ftp_2.12-3.0.0
akka-stream-alpakka-ftp_2.12-3.0.0-M1
2.0.x
akka-stream-alpakka-ftp_2.12-2.0.2
akka-stream-alpakka-ftp_2.12-2.0.1
akka-stream-alpakka-ftp_2.12-2.0.0
akka-stream-alpakka-ftp_2.12-2.0.0-RC2
akka-stream-alpakka-ftp_2.12-2.0.0-RC1
akka-stream-alpakka-ftp_2.12-2.0.0-M3
akka-stream-alpakka-ftp_2.12-2.0.0-M2
akka-stream-alpakka-ftp_2.12-2.0.0-M1
1.1.x
akka-stream-alpakka-ftp_2.12-1.1.2
akka-stream-alpakka-ftp_2.12-1.1.1
akka-stream-alpakka-ftp_2.12-1.1.0
1.0.x
akka-stream-alpakka-ftp_2.12-1.0.2
akka-stream-alpakka-ftp_2.12-1.0.1
akka-stream-alpakka-ftp_2.12-1.0.0
1.0
akka-stream-alpakka-ftp_2.12-1.0-RC1
akka-stream-alpakka-ftp_2.12-1.0-M3
akka-stream-alpakka-ftp_2.12-1.0-M2
akka-stream-alpakka-ftp_2.12-1.0-M1
0.20
akka-stream-alpakka-ftp_2.12-0.20
0.19
akka-stream-alpakka-ftp_2.12-0.19
0.18
akka-stream-alpakka-ftp_2.12-0.18
0.17
akka-stream-alpakka-ftp_2.12-0.17
0.16
akka-stream-alpakka-ftp_2.12-0.16
0.15.x
akka-stream-alpakka-ftp_2.12-0.15.1
0.15
akka-stream-alpakka-ftp_2.12-0.15
0.14
akka-stream-alpakka-ftp_2.12-0.14
0.13
akka-stream-alpakka-ftp_2.12-0.13
0.12
akka-stream-alpakka-ftp_2.12-0.12
0.11
akka-stream-alpakka-ftp_2.12-0.11
0.10
akka-stream-alpakka-ftp_2.12-0.10
0.9
akka-stream-alpakka-ftp_2.12-0.9
0.8
akka-stream-alpakka-ftp_2.12-0.8
0.7
akka-stream-alpakka-ftp_2.12-0.7
0.6
akka-stream-alpakka-ftp_2.12-0.6
0.5
akka-stream-alpakka-ftp_2.12-0.5
0.4
akka-stream-alpakka-ftp_2.12-0.4
0.3
akka-stream-alpakka-ftp_2.12-0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.lightbend.akka</groupId>
    <artifactId>akka-stream-alpakka-ftp_2.12</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-ftp_2.12 gradle dependency to your build.gradle file:

implementation 'com.lightbend.akka:akka-stream-alpakka-ftp_2.12:6.0.2'

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

implementation("com.lightbend.akka:akka-stream-alpakka-ftp_2.12:6.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.lightbend.akka" % "akka-stream-alpakka-ftp_2.12" % "6.0.2"

Advertisement

Dependencies from Group

Aug 09, 2023
112 usages
1.2k stars
Aug 22, 2023
12 usages
98 stars
Aug 22, 2023
10 usages
98 stars
Feb 21, 2023
8 usages
304 stars

Discover Dependencies

Mar 08, 2019
0 stars
Apr 19, 2018
13 usages
2.5k stars
Jan 05, 2023
984 stars
Jul 15, 2019
3 usages
Aug 25, 2023
29 usages
3.9k stars
Aug 25, 2023
26 usages
3.9k stars
Aug 25, 2023
26 usages
3.9k stars
Aug 01, 2023
1 usages
1k stars