Download wagon-http-shared-2.7.jar file - Jar w

Jar examples for w:wagon-http-shared

Description

Shared Library for the wagon-http, and wagon-http-lightweight wagon providers.

You can download jar file wagon-http-shared 2.7 in this page.

License

Apache License

Build File

You can use the following script to add wagon-http-shared-2.7.jar to your project.

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

Download

Click the following link to download the jar file.

wagon-http-shared-2.7-javadoc.jar
wagon-http-shared-2.7-sources.jar
wagon-http-shared-2.7.jar
wagon-http-shared-2.7.pom



Related Tutorials