is not current version
Last Version 1.3.3

com.github.seahen:maven-s3-wagon 1.3.1

This project is an implementation of a multi-threaded Wagon provider for accessing Amazon's Simple Storage Service (S3). It enables Maven to download files from and deploy files to S3. It draws heavily from code developed by Jeff Caddel at Kuali and Ben Hale at SpringSource

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.seahen
ArtifactId

ArtifactId

maven-s3-wagon
Version

Version

1.3.1
Type

Type

jar

Download maven-s3-wagon 1.3.1


<!-- https://jarcasting.com/artifacts/com.github.seahen/maven-s3-wagon/ -->
<dependency>
    <groupId>com.github.seahen</groupId>
    <artifactId>maven-s3-wagon</artifactId>
    <version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seahen/maven-s3-wagon/
implementation 'com.github.seahen:maven-s3-wagon:1.3.1'
// https://jarcasting.com/artifacts/com.github.seahen/maven-s3-wagon/
implementation ("com.github.seahen:maven-s3-wagon:1.3.1")
'com.github.seahen:maven-s3-wagon:jar:1.3.1'
<dependency org="com.github.seahen" name="maven-s3-wagon" rev="1.3.1">
  <artifact name="maven-s3-wagon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seahen', module='maven-s3-wagon', version='1.3.1')
)
libraryDependencies += "com.github.seahen" % "maven-s3-wagon" % "1.3.1"
[com.github.seahen/maven-s3-wagon "1.3.1"]