MVN

com.github.kuljaninemir : spring-boot-ftp-client

Maven & Gradle

Sep 12, 2018
14 stars

spring-boot-ftp-client · Demo project for Spring Boot

<dependency>
    <groupId>com.github.kuljaninemir</groupId>
    <artifactId>spring-boot-ftp-client</artifactId>
    <version>2.0.05</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.kuljaninemir : spring-boot-ftp-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.05

All Versions

Choose a version of com.github.kuljaninemir : spring-boot-ftp-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
spring-boot-ftp-client-2.0.05
spring-boot-ftp-client-2.0.03
spring-boot-ftp-client-2.0.01
1.0.x
spring-boot-ftp-client-1.0.09
spring-boot-ftp-client-1.0.07

How to add a dependency to Maven

Add the following com.github.kuljaninemir : spring-boot-ftp-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.kuljaninemir</groupId>
    <artifactId>spring-boot-ftp-client</artifactId>
    <version>2.0.05</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.kuljaninemir : spring-boot-ftp-client gradle dependency to your build.gradle file:

implementation 'com.github.kuljaninemir:spring-boot-ftp-client:2.0.05'

Gradle Kotlin DSL: Add the following com.github.kuljaninemir : spring-boot-ftp-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.kuljaninemir:spring-boot-ftp-client:2.0.05")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.kuljaninemir : spring-boot-ftp-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.kuljaninemir" % "spring-boot-ftp-client" % "2.0.05"