License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdch.rts |
ArtifactId | ArtifactIddropwizard-sqs |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard SQS bundle
This is a bundle that integrates Amazon SQS service into dopwizard.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dropwizard-sqs-1.0.0.pom | |
dropwizard-sqs-1.0.0.jar | 18 KB |
dropwizard-sqs-1.0.0-sources.jar | 8 KB |
dropwizard-sqs-1.0.0-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.rts/dropwizard-sqs/ -->
<dependency>
<groupId>ch.rts</groupId>
<artifactId>dropwizard-sqs</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.rts/dropwizard-sqs/
implementation 'ch.rts:dropwizard-sqs:1.0.0'
// https://jarcasting.com/artifacts/ch.rts/dropwizard-sqs/
implementation ("ch.rts:dropwizard-sqs:1.0.0")
'ch.rts:dropwizard-sqs:jar:1.0.0'
<dependency org="ch.rts" name="dropwizard-sqs" rev="1.0.0">
<artifact name="dropwizard-sqs" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.rts', module='dropwizard-sqs', version='1.0.0')
)
libraryDependencies += "ch.rts" % "dropwizard-sqs" % "1.0.0"
[ch.rts/dropwizard-sqs "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | 0.7.1 |
io.dropwizard : dropwizard-assets | jar | 0.7.1 |
com.amazonaws : aws-java-sdk-sqs | jar | 1.9.16 |
org.apache.commons : commons-lang3 | jar | 3.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.9.5 |
org.assertj : assertj-core | jar | 1.6.1 |
junit : junit | jar | 4.11 |
org.easytesting : fest-reflect | jar | 1.4.1 |