GroupId | GroupIdio.pythagoras.messagebus |
---|---|
ArtifactId | ArtifactIdadapter-sqs-sns |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
adapter-sqs-sns-1.3.0.pom | |
adapter-sqs-sns-1.3.0.jar | 24 KB |
adapter-sqs-sns-1.3.0-sources.jar | 11 KB |
adapter-sqs-sns-1.3.0-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.pythagoras.messagebus/adapter-sqs-sns/ -->
<dependency>
<groupId>io.pythagoras.messagebus</groupId>
<artifactId>adapter-sqs-sns</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.pythagoras.messagebus/adapter-sqs-sns/
implementation 'io.pythagoras.messagebus:adapter-sqs-sns:1.3.0'
// https://jarcasting.com/artifacts/io.pythagoras.messagebus/adapter-sqs-sns/
implementation ("io.pythagoras.messagebus:adapter-sqs-sns:1.3.0")
'io.pythagoras.messagebus:adapter-sqs-sns:jar:1.3.0'
<dependency org="io.pythagoras.messagebus" name="adapter-sqs-sns" rev="1.3.0">
<artifact name="adapter-sqs-sns" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pythagoras.messagebus', module='adapter-sqs-sns', version='1.3.0')
)
libraryDependencies += "io.pythagoras.messagebus" % "adapter-sqs-sns" % "1.3.0"
[io.pythagoras.messagebus/adapter-sqs-sns "1.3.0"]