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 2.6 in this page.
The Apache Software License, Version 2.0
You can use the following script to add wagon-ftp-2.6.jar to your project.
<dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ftp</artifactId> <version>2.6</version> </dependency>
compile group: 'org.apache.maven.wagon', name: 'wagon-ftp', version: '2.6'
libraryDependencies += "org.apache.maven.wagon" % "wagon-ftp" % "2.6"
<dependency org="org.apache.maven.wagon" name="wagon-ftp" rev="2.6"/>
@Grapes(@Grab(group='org.apache.maven.wagon', module='wagon-ftp', version='2.6'))
'org.apache.maven.wagon:wagon-ftp:jar:2.6'
Click the following link to download the jar file.
wagon-ftp-2.6-javadoc.jar