MVN

com.alexkasko.netty : netty-ftp-receiver

Maven & Gradle

Mar 12, 2014
40 stars

Netty FTP Receiver Library · Netty handler, partial implementation of RFC 959 "File Transfer Protocol (FTP)" for receiving FTP files. Both active and passive modes are supported.

<dependency>
    <groupId>com.alexkasko.netty</groupId>
    <artifactId>netty-ftp-receiver</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alexkasko.netty : netty-ftp-receiver to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.3

All Versions

Choose a version of com.alexkasko.netty : netty-ftp-receiver to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
netty-ftp-receiver-1.2.3
netty-ftp-receiver-1.2.2
netty-ftp-receiver-1.2.1
1.2
netty-ftp-receiver-1.2
1.1
netty-ftp-receiver-1.1
1.0.x
netty-ftp-receiver-1.0.2
netty-ftp-receiver-1.0.1
1.0
netty-ftp-receiver-1.0

How to add a dependency to Maven

Add the following com.alexkasko.netty : netty-ftp-receiver maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.alexkasko.netty</groupId>
    <artifactId>netty-ftp-receiver</artifactId>
    <version>1.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alexkasko.netty : netty-ftp-receiver gradle dependency to your build.gradle file:

implementation 'com.alexkasko.netty:netty-ftp-receiver:1.2.3'

Gradle Kotlin DSL: Add the following com.alexkasko.netty : netty-ftp-receiver gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alexkasko.netty:netty-ftp-receiver:1.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alexkasko.netty : netty-ftp-receiver sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alexkasko.netty" % "netty-ftp-receiver" % "1.2.3"

Advertisement