Queue Service
Simple Implementation of Amazon Simple Queue Service & Amazon Simple Notification Service
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.tschumacher |
| Идентификатор | Идентификаторsqsservice |
| Последняя версия | Последняя версия0.0.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеsqsservice
Simple Implementation of Amazon Simple Queue Service
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| sqsservice-0.0.5.pom | |
| sqsservice-0.0.5.jar | 11 KB |
| sqsservice-0.0.5-sources.jar | 8 KB |
| sqsservice-0.0.5-javadoc.jar | 79 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.tschumacher/sqsservice/ -->
<dependency>
<groupId>de.tschumacher</groupId>
<artifactId>sqsservice</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.tschumacher/sqsservice/
implementation 'de.tschumacher:sqsservice:0.0.5'
// https://jarcasting.com/artifacts/de.tschumacher/sqsservice/
implementation ("de.tschumacher:sqsservice:0.0.5")
'de.tschumacher:sqsservice:jar:0.0.5'
<dependency org="de.tschumacher" name="sqsservice" rev="0.0.5">
<artifact name="sqsservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tschumacher', module='sqsservice', version='0.0.5')
)
libraryDependencies += "de.tschumacher" % "sqsservice" % "0.0.5"
[de.tschumacher/sqsservice "0.0.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| com.google.code.gson : gson | jar | 2.8.2 |
| com.amazonaws : aws-java-sdk-sqs | jar | 1.11.282 |
Simple Implementation of Amazon Simple Queue Service & Amazon Simple Notification Service