s

servicemix-ftp

Provides JBI integration to FTP servers. It can be used to read and write files via FTP or to periodically poll FTP directories for new files.
文件下载
文件名 操作
servicemix-ftp-2013.01.jar 下载
servicemix-ftp-2013.01.pom 下载
servicemix-ftp-2013.01-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.servicemix</groupId>
  <artifactId>servicemix-ftp</artifactId>
  <version>2013.01</version>
  <type>jbi-component</type>
</dependency>
Gradle Groovy
implementation 'org.apache.servicemix:servicemix-ftp:2013.01'
Gradle Kotlin
implementation("org.apache.servicemix:servicemix-ftp:2013.01")
Scala SBT
libraryDependencies += "org.apache.servicemix" % "servicemix-ftp" % "2013.01"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicemix', module='servicemix-ftp', version='2013.01')
)
Apache Ivy
<dependency org="org.apache.servicemix" name="servicemix-ftp" rev="2013.01" />
Leiningen
[org.apache.servicemix/servicemix-ftp "2013.01"]
Apache Buildr
'org.apache.servicemix:servicemix-ftp:jar:2013.01'