Download wagon-ftp-1.0.jar file - Jar w

Jar examples for w:wagon-ftp

Description

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.

License

The Apache Software License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

wagon-ftp-1.0-javadoc.jar
wagon-ftp-1.0-sources.jar
wagon-ftp-1.0.jar
wagon-ftp-1.0.pom



Related Tutorials