| Categories |
CategoriesMaven Build Tools |
|---|---|
| GroupId | GroupIdmaven |
| ArtifactId | ArtifactIdwagon-http-lightweight |
| Last Version | Last Version20040714.210443 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLightweight Wagon HTTP provider
|
<!-- https://jarcasting.com/artifacts/maven/wagon-http-lightweight/ -->
<dependency>
<groupId>maven</groupId>
<artifactId>wagon-http-lightweight</artifactId>
<version>20040714.210443</version>
</dependency>
// https://jarcasting.com/artifacts/maven/wagon-http-lightweight/
implementation 'maven:wagon-http-lightweight:20040714.210443'
// https://jarcasting.com/artifacts/maven/wagon-http-lightweight/
implementation ("maven:wagon-http-lightweight:20040714.210443")
'maven:wagon-http-lightweight:jar:20040714.210443'
<dependency org="maven" name="wagon-http-lightweight" rev="20040714.210443">
<artifact name="wagon-http-lightweight" type="jar" />
</dependency>
@Grapes(
@Grab(group='maven', module='wagon-http-lightweight', version='20040714.210443')
)
libraryDependencies += "maven" % "wagon-http-lightweight" % "20040714.210443"
[maven/wagon-http-lightweight "20040714.210443"]
| Group / Artifact | Type | Version |
|---|---|---|
| maven : wagon-api | jar | 0.9-SNAPSHOT |
| plexus : plexus-jetty-httpd | jar | 1.0-SNAPSHOT |
| jetty : jetty | jar | 4.2.10 |
| servletapi : servletapi | jar | 2.3 |