Download wagon-http-1.0-alpha-3.jar file - Jar w

Jar examples for w:wagon-http

Description

Wagon provider that gets and puts artifacts through HTTP(S) using Apache HttpClient-4.x.

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

wagon-http-1.0-alpha-3.jar
wagon-http-1.0-alpha-3.pom



Related Tutorials