Categories |
CategoriesScala Languages AWS Container PaaS Providers |
---|---|
GroupId | GroupIdcom.github.seratch |
ArtifactId | ArtifactIdawscala-sqs_2.11 |
Version | Version0.8.2 |
Type | Typejar |
Filename | Size |
---|---|
awscala-sqs_2.11-0.8.2.pom | |
awscala-sqs_2.11-0.8.2.jar | 41 KB |
awscala-sqs_2.11-0.8.2-sources.jar | 3 KB |
awscala-sqs_2.11-0.8.2-javadoc.jar | 384 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.seratch/awscala-sqs_2.11/ -->
<dependency>
<groupId>com.github.seratch</groupId>
<artifactId>awscala-sqs_2.11</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seratch/awscala-sqs_2.11/
implementation 'com.github.seratch:awscala-sqs_2.11:0.8.2'
// https://jarcasting.com/artifacts/com.github.seratch/awscala-sqs_2.11/
implementation ("com.github.seratch:awscala-sqs_2.11:0.8.2")
'com.github.seratch:awscala-sqs_2.11:jar:0.8.2'
<dependency org="com.github.seratch" name="awscala-sqs_2.11" rev="0.8.2">
<artifact name="awscala-sqs_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seratch', module='awscala-sqs_2.11', version='0.8.2')
)
libraryDependencies += "com.github.seratch" % "awscala-sqs_2.11" % "0.8.2"
[com.github.seratch/awscala-sqs_2.11 "0.8.2"]