Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdmaven |
ArtifactId | ArtifactIdwagon-http |
Last Version | Last Version1.0-alpha-3 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
wagon-http-1.0-alpha-3.pom | |
wagon-http-1.0-alpha-3.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/maven/wagon-http/ -->
<dependency>
<groupId>maven</groupId>
<artifactId>wagon-http</artifactId>
<version>1.0-alpha-3</version>
</dependency>
// https://jarcasting.com/artifacts/maven/wagon-http/
implementation 'maven:wagon-http:1.0-alpha-3'
// https://jarcasting.com/artifacts/maven/wagon-http/
implementation ("maven:wagon-http:1.0-alpha-3")
'maven:wagon-http:jar:1.0-alpha-3'
<dependency org="maven" name="wagon-http" rev="1.0-alpha-3">
<artifact name="wagon-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='maven', module='wagon-http', version='1.0-alpha-3')
)
libraryDependencies += "maven" % "wagon-http" % "1.0-alpha-3"
[maven/wagon-http "1.0-alpha-3"]