| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииDropWizard Контейнер Микросервисы |
| Группа | Группаio.interact |
| Идентификатор | Идентификаторsqs-dropwizard |
| Последняя версия | Последняя версия1.0.7 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеsqs-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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.10.8 |