Download wagon-http-shared4-2.4.jar file - Jar w

Jar examples for w:wagon-http-shared4

Description

Shared Library for the wagon-http, and wagon-http-lightweight wagon providers based on httpclient-4.x.

You can download jar file wagon-http-shared4 2.4 in this page.

License

Apache License

Build File

You can use the following script to add wagon-http-shared4-2.4.jar to your project.

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

Download

Click the following link to download the jar file.

wagon-http-shared4-2.4-javadoc.jar
wagon-http-shared4-2.4-sources.jar
wagon-http-shared4-2.4.jar
wagon-http-shared4-2.4.pom



Related Tutorials