is not current version
Last Version 1.7.1

de.idealo.spring:spring-cloud-stream-binder-sqs 1.0.0

Allows you to use Spring Cloud Stream together with AWS SQS

Categories

Categories

IDE Development Tools
GroupId

GroupId

de.idealo.spring
ArtifactId

ArtifactId

spring-cloud-stream-binder-sqs
Version

Version

1.0.0
Type

Type

jar

Download spring-cloud-stream-binder-sqs 1.0.0


<!-- https://jarcasting.com/artifacts/de.idealo.spring/spring-cloud-stream-binder-sqs/ -->
<dependency>
    <groupId>de.idealo.spring</groupId>
    <artifactId>spring-cloud-stream-binder-sqs</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.idealo.spring/spring-cloud-stream-binder-sqs/
implementation 'de.idealo.spring:spring-cloud-stream-binder-sqs:1.0.0'
// https://jarcasting.com/artifacts/de.idealo.spring/spring-cloud-stream-binder-sqs/
implementation ("de.idealo.spring:spring-cloud-stream-binder-sqs:1.0.0")
'de.idealo.spring:spring-cloud-stream-binder-sqs:jar:1.0.0'
<dependency org="de.idealo.spring" name="spring-cloud-stream-binder-sqs" rev="1.0.0">
  <artifact name="spring-cloud-stream-binder-sqs" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.idealo.spring', module='spring-cloud-stream-binder-sqs', version='1.0.0')
)
libraryDependencies += "de.idealo.spring" % "spring-cloud-stream-binder-sqs" % "1.0.0"
[de.idealo.spring/spring-cloud-stream-binder-sqs "1.0.0"]