MVN

at.molindo : aws-maven

Maven & Gradle

Apr 04, 2017
0 stars

Amazon Web Services S3 Maven Wagon Support (Molindo Fork) · Standard Maven wagon support for s3:// urls

<dependency>
    <groupId>at.molindo</groupId>
    <artifactId>aws-maven</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.molindo : aws-maven to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of at.molindo : aws-maven to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
aws-maven-1.0.0
0.0.x
aws-maven-0.0.1

How to add a dependency to Maven

Add the following at.molindo : aws-maven maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>at.molindo</groupId>
    <artifactId>aws-maven</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following at.molindo : aws-maven gradle dependency to your build.gradle file:

implementation 'at.molindo:aws-maven:1.0.0'

Gradle Kotlin DSL: Add the following at.molindo : aws-maven gradle kotlin dependency to your build.gradle.kts file:

implementation("at.molindo:aws-maven:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following at.molindo : aws-maven sbt scala dependency to your build.sbt file:

libraryDependencies += "at.molindo" % "aws-maven" % "1.0.0"

Advertisement

Dependencies from Group

Mar 02, 2020
10 usages
5 stars
Aug 10, 2015
7 usages
0 stars
Aug 10, 2015
3 usages
0 stars
Jul 16, 2018
3 usages
3 stars
Aug 10, 2015
2 usages
0 stars

Discover Dependencies