Download wagon-file-1.0-alpha-4.jar file - Jar w

Jar examples for w:wagon-file

Description

Wagon provider that gets and puts artifacts using file system protocol

You can download jar file wagon-file 1.0-alpha-4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add wagon-file-1.0-alpha-4.jar to your project.

<dependency>
   <groupId>org.apache.maven.wagon</groupId>
   <artifactId>wagon-file</artifactId>
   <version>1.0-alpha-4</version>
</dependency>
compile group: 'org.apache.maven.wagon', name: 'wagon-file', version: '1.0-alpha-4'
libraryDependencies += "org.apache.maven.wagon" % "wagon-file" % "1.0-alpha-4"
<dependency org="org.apache.maven.wagon" name="wagon-file" rev="1.0-alpha-4"/>
@Grapes(@Grab(group='org.apache.maven.wagon', module='wagon-file', version='1.0-alpha-4'))
'org.apache.maven.wagon:wagon-file:jar:1.0-alpha-4'

Download

Click the following link to download the jar file.

wagon-file-1.0-alpha-4.jar
wagon-file-1.0-alpha-4.pom



Related Tutorials