Jar examples for w:wagon-http
Wagon provider that gets and puts artifacts through HTTP(S) using Apache HttpClient-4.x.
You can download jar file wagon-http 2.2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add wagon-http-2.2.jar to your project.
<dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-http</artifactId> <version>2.2</version> </dependency>
compile group: 'org.apache.maven.wagon', name: 'wagon-http', version: '2.2'
libraryDependencies += "org.apache.maven.wagon" % "wagon-http" % "2.2"
<dependency org="org.apache.maven.wagon" name="wagon-http" rev="2.2"/>
@Grapes(@Grab(group='org.apache.maven.wagon', module='wagon-http', version='2.2'))
'org.apache.maven.wagon:wagon-http:jar:2.2'
Click the following link to download the jar file.
wagon-http-2.2-javadoc.jar