License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdio.interact |
ArtifactId | ArtifactIdsqs-dropwizard |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsqs-dropwizard
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sqs-dropwizard-1.0.7.pom | |
sqs-dropwizard-1.0.7.jar | 11 KB |
sqs-dropwizard-1.0.7-sources.jar | 5 KB |
sqs-dropwizard-1.0.7-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.interact/sqs-dropwizard/ -->
<dependency>
<groupId>io.interact</groupId>
<artifactId>sqs-dropwizard</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.interact/sqs-dropwizard/
implementation 'io.interact:sqs-dropwizard:1.0.7'
// https://jarcasting.com/artifacts/io.interact/sqs-dropwizard/
implementation ("io.interact:sqs-dropwizard:1.0.7")
'io.interact:sqs-dropwizard:jar:1.0.7'
<dependency org="io.interact" name="sqs-dropwizard" rev="1.0.7">
<artifact name="sqs-dropwizard" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.interact', module='sqs-dropwizard', version='1.0.7')
)
libraryDependencies += "io.interact" % "sqs-dropwizard" % "1.0.7"
[io.interact/sqs-dropwizard "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
com.amazonaws : aws-java-sdk-sns | jar | 1.11.212 |
com.amazonaws : aws-java-sdk-sqs | jar | 1.11.212 |
io.dropwizard : dropwizard-core | jar | 0.9.2 |
io.dropwizard : dropwizard-logging | jar | 0.9.2 |
io.dropwizard : dropwizard-validation | jar | 0.9.2 |
io.dropwizard : dropwizard-client | jar | 0.9.2 |
com.google.inject : guice | jar | 3.0 |
ch.qos.logback : logback-classic | jar | 1.0.13 |
ch.qos.logback : logback-core | jar | 1.0.13 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.10.8 |