MVN

com.github.wuic.extensions : wuic-aws-s3

Maven & Gradle

2 stars
<dependency>
    <groupId>com.github.wuic.extensions</groupId>
    <artifactId>wuic-aws-s3</artifactId>
    <version>0.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.wuic.extensions : wuic-aws-s3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.2
  • Latest Release Candidate: 0.5.2.RC6

All Versions

Choose a version of com.github.wuic.extensions : wuic-aws-s3 to add to Maven or Gradle - All Versions:

  • Version Updated
  • wuic-aws-s3-0.5.2

    Aug 08, 2015
  • wuic-aws-s3-0.5.2.RC6

    Jul 13, 2015
  • wuic-aws-s3-0.5.2.RC5

    Jun 28, 2015
  • wuic-aws-s3-0.5.2.RC4

    Jun 18, 2015
  • wuic-aws-s3-0.5.2.RC3

    Jun 14, 2015
  • wuic-aws-s3-0.5.2.RC2

    May 23, 2015
  • wuic-aws-s3-0.5.2.RC1

    Apr 24, 2015
  • wuic-aws-s3-0.5.1

    Mar 27, 2015
  • wuic-aws-s3-0.5.1.RC2

    Mar 18, 2015
  • wuic-aws-s3-0.5.1.RC1

    Feb 09, 2015
  • wuic-aws-s3-0.5.0

    Jan 15, 2015
  • wuic-aws-s3-0.5.0.RC7

    Dec 17, 2014
  • wuic-aws-s3-0.5.0.RC6

    Dec 08, 2014
  • wuic-aws-s3-0.5.0.RC5

    Dec 01, 2014
  • wuic-aws-s3-0.5.0.RC4

    Nov 22, 2014
  • wuic-aws-s3-0.5.0.RC3

    Nov 18, 2014
  • wuic-aws-s3-0.5.0.RC2

    Nov 03, 2014
  • wuic-aws-s3-0.5.0.RC1

    Sep 09, 2014

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.wuic.extensions</groupId>
    <artifactId>wuic-aws-s3</artifactId>
    <version>0.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.wuic.extensions : wuic-aws-s3 gradle dependency to your build.gradle file:

implementation 'com.github.wuic.extensions:wuic-aws-s3:0.5.2'

Gradle Kotlin DSL: Add the following com.github.wuic.extensions : wuic-aws-s3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.wuic.extensions:wuic-aws-s3:0.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.wuic.extensions : wuic-aws-s3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.wuic.extensions" % "wuic-aws-s3" % "0.5.2"