Last Version

Java Dynamic SQS Listener - Utilities - Local Amazon SQS 3.1.1

Provides a local Amazon SQS implementation that can talk to a locally running SQS queue like localstack

License

License

GroupId

GroupId

com.jashmore
ArtifactId

ArtifactId

local-amazon-sqs
Version

Version

3.1.1
Type

Type

jar
Description

Description

Java Dynamic SQS Listener - Utilities - Local Amazon SQS
Provides a local Amazon SQS implementation that can talk to a locally running SQS queue like localstack

Download local-amazon-sqs 3.1.1


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

Dependencies

compile (3)

Group / Artifact Type Version
software.amazon.awssdk : sqs jar
com.google.guava : guava jar 29.0-jre
org.slf4j : slf4j-api jar 1.7.30

provided (3)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.12
net.jcip : jcip-annotations jar 1.0
com.github.spotbugs : spotbugs-annotations jar 4.0.2

test (8)

Group / Artifact Type Version
org.elasticmq : elasticmq-rest-sqs_2.12 jar 0.15.6
org.junit.jupiter : junit-jupiter jar 5.6.2
org.mockito : mockito-junit-jupiter jar 3.3.3
org.mockito : mockito-core jar 3.3.3
org.hamcrest : hamcrest jar 2.2
org.assertj : assertj-core jar 3.12.2
ch.qos.logback : logback-core jar 1.2.3
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.