Categories |
CategoriesScala Languages AWS Container PaaS Providers |
---|---|
GroupId | GroupIdcom.github.seratch |
ArtifactId | ArtifactIdawscala-sqs_2.11 |
Version | Version0.7.1 |
Type | Typejar |
Filename | Size |
---|---|
awscala-sqs_2.11-0.7.1.pom | |
awscala-sqs_2.11-0.7.1.jar | 40 KB |
awscala-sqs_2.11-0.7.1-sources.jar | 3 KB |
awscala-sqs_2.11-0.7.1-javadoc.jar | 383 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.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seratch/awscala-sqs_2.11/
implementation 'com.github.seratch:awscala-sqs_2.11:0.7.1'
// https://jarcasting.com/artifacts/com.github.seratch/awscala-sqs_2.11/
implementation ("com.github.seratch:awscala-sqs_2.11:0.7.1")
'com.github.seratch:awscala-sqs_2.11:jar:0.7.1'
<dependency org="com.github.seratch" name="awscala-sqs_2.11" rev="0.7.1">
<artifact name="awscala-sqs_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seratch', module='awscala-sqs_2.11', version='0.7.1')
)
libraryDependencies += "com.github.seratch" % "awscala-sqs_2.11" % "0.7.1"
[com.github.seratch/awscala-sqs_2.11 "0.7.1"]