Download wagon-http-lightweight-2.0.jar file - Jar w

Jar examples for w:wagon-http-lightweight

Description

Wagon provider that gets and puts artifacts through http using standard Java library

You can download jar file wagon-http-lightweight 2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add wagon-http-lightweight-2.0.jar to your project.

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

Download

Click the following link to download the jar file.

wagon-http-lightweight-2.0-javadoc.jar
wagon-http-lightweight-2.0-sources.jar
wagon-http-lightweight-2.0.jar
wagon-http-lightweight-2.0.pom



Related Tutorials