MVN

com.github.seahen : maven-s3-wagon

Maven & Gradle

Mar 27, 2021
43 stars

Maven S3 Wagon · 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

<dependency>
    <groupId>com.github.seahen</groupId>
    <artifactId>maven-s3-wagon</artifactId>
    <version>1.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.seahen : maven-s3-wagon to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.3

All Versions

Choose a version of com.github.seahen : maven-s3-wagon to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
maven-s3-wagon-1.3.3
maven-s3-wagon-1.3.2
maven-s3-wagon-1.3.1
maven-s3-wagon-1.3.0

How to add a dependency to Maven

Add the following com.github.seahen : maven-s3-wagon maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.seahen</groupId>
    <artifactId>maven-s3-wagon</artifactId>
    <version>1.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.seahen : maven-s3-wagon gradle dependency to your build.gradle file:

implementation 'com.github.seahen:maven-s3-wagon:1.3.3'

Gradle Kotlin DSL: Add the following com.github.seahen : maven-s3-wagon gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.seahen:maven-s3-wagon:1.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.seahen : maven-s3-wagon sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.seahen" % "maven-s3-wagon" % "1.3.3"

Advertisement