Registry / build-tool / wagon-http

wagon-http

JSON →
library3.5.3javamavenunverified

Apache Maven Wagon provider that transfers artifacts over HTTP/HTTPS using Apache HttpClient 4.x.

<dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-http</artifactId> <version>3.5.3</version> </dependency>
INSTALL
IMPORT
SIG · WAGON-HTTP
W
wagon-http
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.

HttpWagon
org.apache.maven.wagon.providers.http.HttpWagon

Connect to a remote Maven repository over HTTP.

import org.apache.maven.wagon.providers.http.HttpWagon; HttpWagon wagon = new HttpWagon(); wagon.connect("https://repo.example.com");
Debug
Known issues
breakingWagon HTTP uses Apache HttpClient 4.x, which is outdated and may have security vulnerabilities.
fix
Consider using wagon-http-lightweight or upgrade to a newer Wagon version that supports HttpClient 5.x.
affects: all
Upgrade
Version history
3.5.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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