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