is not current version
Last Version 7.1.0

net.rootware:s3wagon 7.0.0

Standard Maven wagon support for s3:// urls

Categories

Categories

Net
GroupId

GroupId

net.rootware
ArtifactId

ArtifactId

s3wagon
Version

Version

7.0.0
Type

Type

jar

Download s3wagon 7.0.0


<!-- https://jarcasting.com/artifacts/net.rootware/s3wagon/ -->
<dependency>
    <groupId>net.rootware</groupId>
    <artifactId>s3wagon</artifactId>
    <version>7.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.rootware/s3wagon/
implementation 'net.rootware:s3wagon:7.0.0'
// https://jarcasting.com/artifacts/net.rootware/s3wagon/
implementation ("net.rootware:s3wagon:7.0.0")
'net.rootware:s3wagon:jar:7.0.0'
<dependency org="net.rootware" name="s3wagon" rev="7.0.0">
  <artifact name="s3wagon" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rootware', module='s3wagon', version='7.0.0')
)
libraryDependencies += "net.rootware" % "s3wagon" % "7.0.0"
[net.rootware/s3wagon "7.0.0"]