MVN

com.axlradius : ftpserver

Maven & Gradle

Apr 12, 2007

AXL FTP Server · AXL FTP server

<dependency>
    <groupId>com.axlradius</groupId>
    <artifactId>ftpserver</artifactId>
    <version>3.09</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.axlradius : ftpserver to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.09

All Versions

Choose a version of com.axlradius : ftpserver to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.09
ftpserver-3.09

How to add a dependency to Maven

Add the following com.axlradius : ftpserver maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.axlradius</groupId>
    <artifactId>ftpserver</artifactId>
    <version>3.09</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.axlradius : ftpserver gradle dependency to your build.gradle file:

implementation 'com.axlradius:ftpserver:3.09'

Gradle Kotlin DSL: Add the following com.axlradius : ftpserver gradle kotlin dependency to your build.gradle.kts file:

implementation("com.axlradius:ftpserver:3.09")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.axlradius : ftpserver sbt scala dependency to your build.sbt file:

libraryDependencies += "com.axlradius" % "ftpserver" % "3.09"