MVN

com.jashmore : elasticmq-sqs-client

Maven & Gradle

Jul 30, 2023
46 stars

Elasticmq Sqs Client · Provides the ability to create a SqsAsyncClient backed by an in-memory ElasticMQ SQS Server

<dependency>
    <groupId>com.jashmore</groupId>
    <artifactId>elasticmq-sqs-client</artifactId>
    <version>6.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jashmore : elasticmq-sqs-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.0

All Versions

Choose a version of com.jashmore : elasticmq-sqs-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
elasticmq-sqs-client-6.0.0
5.1.x
elasticmq-sqs-client-5.1.0
5.0.x
elasticmq-sqs-client-5.0.0
4.4.x
elasticmq-sqs-client-4.4.0
4.3.x
elasticmq-sqs-client-4.3.0
4.2.x
elasticmq-sqs-client-4.2.0
4.1.x
elasticmq-sqs-client-4.1.0
4.0.x
elasticmq-sqs-client-4.0.0
elasticmq-sqs-client-4.0.0-M8
elasticmq-sqs-client-4.0.0-M7
elasticmq-sqs-client-4.0.0-M6
elasticmq-sqs-client-4.0.0-M5
elasticmq-sqs-client-4.0.0-M4
elasticmq-sqs-client-4.0.0-M2
elasticmq-sqs-client-4.0.0-M1

How to add a dependency to Maven

Add the following com.jashmore : elasticmq-sqs-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jashmore</groupId>
    <artifactId>elasticmq-sqs-client</artifactId>
    <version>6.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jashmore : elasticmq-sqs-client gradle dependency to your build.gradle file:

implementation 'com.jashmore:elasticmq-sqs-client:6.0.0'

Gradle Kotlin DSL: Add the following com.jashmore : elasticmq-sqs-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jashmore:elasticmq-sqs-client:6.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jashmore : elasticmq-sqs-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jashmore" % "elasticmq-sqs-client" % "6.0.0"