License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices CLI User Interface |
GroupId | GroupIdcom.github.kuljaninemir |
ArtifactId | ArtifactIdspring-boot-ftp-client |
Last Version | Last Version2.0.05 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-ftp-client
Demo project for Spring Boot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.kuljaninemir/spring-boot-ftp-client/ -->
<dependency>
<groupId>com.github.kuljaninemir</groupId>
<artifactId>spring-boot-ftp-client</artifactId>
<version>2.0.05</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kuljaninemir/spring-boot-ftp-client/
implementation 'com.github.kuljaninemir:spring-boot-ftp-client:2.0.05'
// https://jarcasting.com/artifacts/com.github.kuljaninemir/spring-boot-ftp-client/
implementation ("com.github.kuljaninemir:spring-boot-ftp-client:2.0.05")
'com.github.kuljaninemir:spring-boot-ftp-client:jar:2.0.05'
<dependency org="com.github.kuljaninemir" name="spring-boot-ftp-client" rev="2.0.05">
<artifact name="spring-boot-ftp-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kuljaninemir', module='spring-boot-ftp-client', version='2.0.05')
)
libraryDependencies += "com.github.kuljaninemir" % "spring-boot-ftp-client" % "2.0.05"
[com.github.kuljaninemir/spring-boot-ftp-client "2.0.05"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
org.slf4j : slf4j-simple | jar | 1.7.25 |
org.hibernate.validator : hibernate-validator | jar | 6.0.7.Final |
commons-net : commons-net | jar | 3.6 |
org.springframework : spring-context | jar | 4.3.11.RELEASE |
org.springframework.boot : spring-boot | jar | 1.5.7.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.mockftpserver : MockFtpServer | jar | 2.7 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.15.0 |