Download wagon-http-lightweight-2.10.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.10 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.10.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials