MVN

software.amazon.sns : sns-extended-client

Maven & Gradle

Jun 15, 2023
23 stars

Amazon SNS Extended Client Library for Java · An extension to the Amazon SNS client that enables sending messages up to 2GB via Amazon S3.

<dependency>
    <groupId>software.amazon.sns</groupId>
    <artifactId>sns-extended-client</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.amazon.sns : sns-extended-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of software.amazon.sns : sns-extended-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
sns-extended-client-2.0.1
sns-extended-client-2.0.0
1.1.x
sns-extended-client-1.1.3
sns-extended-client-1.1.2
sns-extended-client-1.1.1
1.0.x
sns-extended-client-1.0.0

How to add a dependency to Maven

Add the following software.amazon.sns : sns-extended-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.amazon.sns</groupId>
    <artifactId>sns-extended-client</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.amazon.sns : sns-extended-client gradle dependency to your build.gradle file:

implementation 'software.amazon.sns:sns-extended-client:2.0.1'

Gradle Kotlin DSL: Add the following software.amazon.sns : sns-extended-client gradle kotlin dependency to your build.gradle.kts file:

implementation("software.amazon.sns:sns-extended-client:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.amazon.sns : sns-extended-client sbt scala dependency to your build.sbt file:

libraryDependencies += "software.amazon.sns" % "sns-extended-client" % "2.0.1"

Advertisement