Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdcom.cognitect.aws |
ArtifactId | ArtifactIdsqs |
Version | Version742.2.515.0 |
Type | Typejar |
Filename | Size |
---|---|
sqs-742.2.515.0.pom | |
sqs-742.2.515.0.jar | 12 KB |
sqs-742.2.515.0-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cognitect.aws/sqs/ -->
<dependency>
<groupId>com.cognitect.aws</groupId>
<artifactId>sqs</artifactId>
<version>742.2.515.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognitect.aws/sqs/
implementation 'com.cognitect.aws:sqs:742.2.515.0'
// https://jarcasting.com/artifacts/com.cognitect.aws/sqs/
implementation ("com.cognitect.aws:sqs:742.2.515.0")
'com.cognitect.aws:sqs:jar:742.2.515.0'
<dependency org="com.cognitect.aws" name="sqs" rev="742.2.515.0">
<artifact name="sqs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognitect.aws', module='sqs', version='742.2.515.0')
)
libraryDependencies += "com.cognitect.aws" % "sqs" % "742.2.515.0"
[com.cognitect.aws/sqs "742.2.515.0"]