| License |
License |
|---|---|
| Categories |
CategoriesAWS Container PaaS Providers |
| GroupId | GroupIdcom.blacklocus.queue-slayer |
| ArtifactId | ArtifactIdqs-aws |
| Last Version | Last Version0.5.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionqueue-slayer
An in-jvm processing pattern for parallelized work off of a queue.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| qs-aws-0.5.1.pom | |
| qs-aws-0.5.1.jar | 11 KB |
| qs-aws-0.5.1-sources.jar | 7 KB |
| qs-aws-0.5.1-javadoc.jar | 47 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.blacklocus.queue-slayer/qs-aws/ -->
<dependency>
<groupId>com.blacklocus.queue-slayer</groupId>
<artifactId>qs-aws</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.blacklocus.queue-slayer/qs-aws/
implementation 'com.blacklocus.queue-slayer:qs-aws:0.5.1'
// https://jarcasting.com/artifacts/com.blacklocus.queue-slayer/qs-aws/
implementation ("com.blacklocus.queue-slayer:qs-aws:0.5.1")
'com.blacklocus.queue-slayer:qs-aws:jar:0.5.1'
<dependency org="com.blacklocus.queue-slayer" name="qs-aws" rev="0.5.1">
<artifact name="qs-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blacklocus.queue-slayer', module='qs-aws', version='0.5.1')
)
libraryDependencies += "com.blacklocus.queue-slayer" % "qs-aws" % "0.5.1"
[com.blacklocus.queue-slayer/qs-aws "0.5.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.blacklocus.queue-slayer : qs-core | jar | 0.5.1 |
| com.amazonaws : aws-java-sdk-sqs | jar | 1.10.20 |
| com.amazonaws : aws-java-sdk-s3 | jar | 1.10.20 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.slf4j : slf4j-simple | jar | 1.7.12 |