Jar examples for w:wagon-ftp
Wagon provider that gets and puts artifacts from and to remote server using FTP protocol
You can download jar file wagon-ftp 1.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add wagon-ftp-1.0.jar to your project.
<dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ftp</artifactId> <version>1.0</version> </dependency>
compile group: 'org.apache.maven.wagon', name: 'wagon-ftp', version: '1.0'
libraryDependencies += "org.apache.maven.wagon" % "wagon-ftp" % "1.0"
<dependency org="org.apache.maven.wagon" name="wagon-ftp" rev="1.0"/>
@Grapes(@Grab(group='org.apache.maven.wagon', module='wagon-ftp', version='1.0'))
'org.apache.maven.wagon:wagon-ftp:jar:1.0'
Click the following link to download the jar file.
wagon-ftp-1.0-javadoc.jar