MVN

io.pythagoras.messagebus : adapter-sqs-sns

Maven & Gradle

Jun 11, 2021

io.pythagoras.messagebus:adapter-sqs-sns · Pythagoras SQS/SNS Adapter for Message Bus

<dependency>
    <groupId>io.pythagoras.messagebus</groupId>
    <artifactId>adapter-sqs-sns</artifactId>
    <version>1.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.pythagoras.messagebus : adapter-sqs-sns to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.3

All Versions

Choose a version of io.pythagoras.messagebus : adapter-sqs-sns to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
adapter-sqs-sns-1.8.3
adapter-sqs-sns-1.8.2
adapter-sqs-sns-1.8.0
1.7.x
adapter-sqs-sns-1.7.3
adapter-sqs-sns-1.7.2
adapter-sqs-sns-1.7.1
adapter-sqs-sns-1.7.0
1.6.x
adapter-sqs-sns-1.6.0
1.5.x
adapter-sqs-sns-1.5.2
adapter-sqs-sns-1.5.1
adapter-sqs-sns-1.5.0
1.4.x
adapter-sqs-sns-1.4.4
adapter-sqs-sns-1.4.2
adapter-sqs-sns-1.4.1
adapter-sqs-sns-1.4.0
1.3.x
adapter-sqs-sns-1.3.0
1.2.x
adapter-sqs-sns-1.2.0
1.1.x
adapter-sqs-sns-1.1.0

How to add a dependency to Maven

Add the following io.pythagoras.messagebus : adapter-sqs-sns maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.pythagoras.messagebus</groupId>
    <artifactId>adapter-sqs-sns</artifactId>
    <version>1.8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.pythagoras.messagebus : adapter-sqs-sns gradle dependency to your build.gradle file:

implementation 'io.pythagoras.messagebus:adapter-sqs-sns:1.8.3'

Gradle Kotlin DSL: Add the following io.pythagoras.messagebus : adapter-sqs-sns gradle kotlin dependency to your build.gradle.kts file:

implementation("io.pythagoras.messagebus:adapter-sqs-sns:1.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.pythagoras.messagebus : adapter-sqs-sns sbt scala dependency to your build.sbt file:

libraryDependencies += "io.pythagoras.messagebus" % "adapter-sqs-sns" % "1.8.3"

Advertisement