Registry / build-tool / wagon-http-lightweight

wagon-http-lightweight

JSON →
library3.5.3javamavenunverified

Maven Wagon HTTP Lightweight provides a lightweight HTTP transport for Maven artifact uploads and downloads using standard Java libraries.

<dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-http-lightweight</artifactId> <version>3.5.3</version> </dependency>
INSTALL
IMPORT
SIG · WAGON-HTTP-LIGHTWE
W
wagon-http-lightweight
build-tooljavav3.5.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LightweightHttpWagon
org.apache.maven.wagon.providers.http.LightweightHttpWagon

Download an artifact using the lightweight HTTP Wagon.

import org.apache.maven.wagon.providers.http.LightweightHttpWagon; LightweightHttpWagon wagon = new LightweightHttpWagon(); wagon.connect(new TransferListener() {}); wagon.get("artifact.jar", new File("local.jar"));
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.5.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
1
Resources
wagon-http-lightweight — mvn dependency:get wagon-http-lightweight · libregistry