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 1.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add wagon-http-1.0.jar to your project.
<dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-http</artifactId> <version>1.0</version> </dependency>
compile group: 'org.apache.maven.wagon', name: 'wagon-http', version: '1.0'
libraryDependencies += "org.apache.maven.wagon" % "wagon-http" % "1.0"
<dependency org="org.apache.maven.wagon" name="wagon-http" rev="1.0"/>
@Grapes(@Grab(group='org.apache.maven.wagon', module='wagon-http', version='1.0'))
'org.apache.maven.wagon:wagon-http:jar:1.0'
Click the following link to download the jar file.
wagon-http-1.0-javadoc.jar