is not current version
Last Version 1.0.7

io.interact:sqs-dropwizard 1.0

sqs-dropwizard is a utility library that integrates the Amazon SQS offering 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
Type

Type

jar

Download sqs-dropwizard 1.0


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