| GroupId | GroupIdio.github.kpolley |
|---|---|
| ArtifactId | ArtifactIdspark-s3-sqs |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| spark-s3-sqs-1.0.1.pom | |
| spark-s3-sqs-1.0.1.jar | 54 KB |
| spark-s3-sqs-1.0.1-sources.jar | 16 KB |
| spark-s3-sqs-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kpolley/spark-s3-sqs/
implementation 'io.github.kpolley:spark-s3-sqs:1.0.1'
// https://jarcasting.com/artifacts/io.github.kpolley/spark-s3-sqs/
implementation ("io.github.kpolley:spark-s3-sqs:1.0.1")
'io.github.kpolley:spark-s3-sqs:jar:1.0.1'
<dependency org="io.github.kpolley" name="spark-s3-sqs" rev="1.0.1">
<artifact name="spark-s3-sqs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kpolley', module='spark-s3-sqs', version='1.0.1')
)
libraryDependencies += "io.github.kpolley" % "spark-s3-sqs" % "1.0.1"
[io.github.kpolley/spark-s3-sqs "1.0.1"]