amazon-utils


License

License

GroupId

GroupId

com.github.durre
ArtifactId

ArtifactId

amazon-utils_2.11
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

amazon-utils
amazon-utils
Project URL

Project URL

https://github.com/durre/amazon-utils
Project Organization

Project Organization

com.github.durre
Source Code Management

Source Code Management

https://github.com/durre/amazon-utils

Download amazon-utils_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.durre/amazon-utils_2.11/ -->
<dependency>
    <groupId>com.github.durre</groupId>
    <artifactId>amazon-utils_2.11</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.durre/amazon-utils_2.11/
implementation 'com.github.durre:amazon-utils_2.11:1.2.0'
// https://jarcasting.com/artifacts/com.github.durre/amazon-utils_2.11/
implementation ("com.github.durre:amazon-utils_2.11:1.2.0")
'com.github.durre:amazon-utils_2.11:jar:1.2.0'
<dependency org="com.github.durre" name="amazon-utils_2.11" rev="1.2.0">
  <artifact name="amazon-utils_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.durre', module='amazon-utils_2.11', version='1.2.0')
)
libraryDependencies += "com.github.durre" % "amazon-utils_2.11" % "1.2.0"
[com.github.durre/amazon-utils_2.11 "1.2.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8
com.amazonaws : aws-java-sdk-s3 jar 1.11.86

test (2)

Group / Artifact Type Version
org.specs2 : specs2-core_2.11 jar 2.4.15
org.specs2 : specs2-mock_2.11 jar 2.4.15

Project Modules

There are no modules declared in this project.

Amazon Utils

Just a tiny scala wrapper for the aws java client

Installation

libraryDependencies ++= Seq(
  "com.github.durre" %% "amazon-utils" % "1.1.0"
)

Versions

Version
1.2.0
1.0.2