| GroupId | GroupIdio.github.kpolley |
|---|---|
| ArtifactId | ArtifactIdspark-s3-sqs |
| Version | Version1.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| spark-s3-sqs-1.0.3.pom | |
| spark-s3-sqs-1.0.3.jar | 54 KB |
| spark-s3-sqs-1.0.3-sources.jar | 16 KB |
| spark-s3-sqs-1.0.3-javadoc.jar | 400 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.kpolley/spark-s3-sqs/ -->
<dependency>
<groupId>io.github.kpolley</groupId>
<artifactId>spark-s3-sqs</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kpolley/spark-s3-sqs/
implementation 'io.github.kpolley:spark-s3-sqs:1.0.3'
// https://jarcasting.com/artifacts/io.github.kpolley/spark-s3-sqs/
implementation ("io.github.kpolley:spark-s3-sqs:1.0.3")
'io.github.kpolley:spark-s3-sqs:jar:1.0.3'
<dependency org="io.github.kpolley" name="spark-s3-sqs" rev="1.0.3">
<artifact name="spark-s3-sqs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kpolley', module='spark-s3-sqs', version='1.0.3')
)
libraryDependencies += "io.github.kpolley" % "spark-s3-sqs" % "1.0.3"
[io.github.kpolley/spark-s3-sqs "1.0.3"]