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