ftpserver-spring-boot-starter
A ftp server starter for spring boot.
For an explanation of configuration items, please refer to http://mina.apache.org/ftpserver-project/documentation.html#using-ftpserver for more information.
License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdcom.vimhe |
ArtifactId | ArtifactIdftpserver-spring-boot-starter-autoconfigure |
Last Version | Last Version1.0.2-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionftpserver-spring-boot-starter-autoconfigure
An apache ftp server starter for spring boot.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.vimhe/ftpserver-spring-boot-starter-autoconfigure/ -->
<dependency>
<groupId>com.vimhe</groupId>
<artifactId>ftpserver-spring-boot-starter-autoconfigure</artifactId>
<version>1.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.vimhe/ftpserver-spring-boot-starter-autoconfigure/
implementation 'com.vimhe:ftpserver-spring-boot-starter-autoconfigure:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.vimhe/ftpserver-spring-boot-starter-autoconfigure/
implementation ("com.vimhe:ftpserver-spring-boot-starter-autoconfigure:1.0.2-RELEASE")
'com.vimhe:ftpserver-spring-boot-starter-autoconfigure:jar:1.0.2-RELEASE'
<dependency org="com.vimhe" name="ftpserver-spring-boot-starter-autoconfigure" rev="1.0.2-RELEASE">
<artifact name="ftpserver-spring-boot-starter-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vimhe', module='ftpserver-spring-boot-starter-autoconfigure', version='1.0.2-RELEASE')
)
libraryDependencies += "com.vimhe" % "ftpserver-spring-boot-starter-autoconfigure" % "1.0.2-RELEASE"
[com.vimhe/ftpserver-spring-boot-starter-autoconfigure "1.0.2-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.ftpserver : ftpserver-core | jar | 1.1.1 |
org.springframework.boot : spring-boot-starter | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |
A ftp server starter for spring boot.
For an explanation of configuration items, please refer to http://mina.apache.org/ftpserver-project/documentation.html#using-ftpserver for more information.