| GroupId | GroupIdcom.github.imapi |
|---|---|
| ArtifactId | ArtifactIdspark-sqs-receiver_2.10 |
| Version | Version1.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.imapi/spark-sqs-receiver_2.10/ -->
<dependency>
<groupId>com.github.imapi</groupId>
<artifactId>spark-sqs-receiver_2.10</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.imapi/spark-sqs-receiver_2.10/
implementation 'com.github.imapi:spark-sqs-receiver_2.10:1.0'
// https://jarcasting.com/artifacts/com.github.imapi/spark-sqs-receiver_2.10/
implementation ("com.github.imapi:spark-sqs-receiver_2.10:1.0")
'com.github.imapi:spark-sqs-receiver_2.10:jar:1.0'
<dependency org="com.github.imapi" name="spark-sqs-receiver_2.10" rev="1.0">
<artifact name="spark-sqs-receiver_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.imapi', module='spark-sqs-receiver_2.10', version='1.0')
)
libraryDependencies += "com.github.imapi" % "spark-sqs-receiver_2.10" % "1.0"
[com.github.imapi/spark-sqs-receiver_2.10 "1.0"]