is not current version
Last Version 1.0.7

io.interact:sqs-dropwizard 1.0.6

aws-dropwizard is a utility library that integrates the Amazon SQS and SNS offerings with the Dropwizard REST framework. It contains convenience classes for sending messages to - and receiving from - SQS queues while being managed by the Dropwizard framework.

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.interact
ArtifactId

ArtifactId

sqs-dropwizard
Version

Version

1.0.6
Type

Type

jar

Download sqs-dropwizard 1.0.6


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