License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.rootware |
ArtifactId | ArtifactIds3wagon |
Version | Version7.1.0 |
Type | Typejar |
Description |
DescriptionAmazon Web Services S3 Maven Wagon Support
Standard Maven wagon support for s3:// urls
|
Project URL |
Project URL |
Project Organization |
Project OrganizationPlatform Team |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
s3wagon-7.1.0.pom | |
s3wagon-7.1.0.jar | 24 KB |
s3wagon-7.1.0-sources.jar | 22 KB |
s3wagon-7.1.0-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.rootware/s3wagon/ -->
<dependency>
<groupId>net.rootware</groupId>
<artifactId>s3wagon</artifactId>
<version>7.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.rootware/s3wagon/
implementation 'net.rootware:s3wagon:7.1.0'
// https://jarcasting.com/artifacts/net.rootware/s3wagon/
implementation ("net.rootware:s3wagon:7.1.0")
'net.rootware:s3wagon:jar:7.1.0'
<dependency org="net.rootware" name="s3wagon" rev="7.1.0">
<artifact name="s3wagon" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rootware', module='s3wagon', version='7.1.0')
)
libraryDependencies += "net.rootware" % "s3wagon" % "7.1.0"
[net.rootware/s3wagon "7.1.0"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
com.amazonaws : aws-java-sdk | jar | 1.11.276 |
org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.apache.commons : commons-lang3 | jar | 3.7 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.wagon : wagon-provider-api | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
pl.pragmatists : JUnitParams | jar | 1.1.1 |
org.mockito : mockito-core | jar | 2.15.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |