| Categories |
CategoriesAWS Container PaaS Providers |
|---|---|
| GroupId | GroupIdcom.blacklocus.queue-slayer |
| ArtifactId | ArtifactIdqs-aws |
| Version | Version0.5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| qs-aws-0.5.0.pom | |
| qs-aws-0.5.0.jar | 11 KB |
| qs-aws-0.5.0-sources.jar | 7 KB |
| qs-aws-0.5.0-javadoc.jar | 36 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.blacklocus.queue-slayer/qs-aws/
implementation 'com.blacklocus.queue-slayer:qs-aws:0.5.0'
// https://jarcasting.com/artifacts/com.blacklocus.queue-slayer/qs-aws/
implementation ("com.blacklocus.queue-slayer:qs-aws:0.5.0")
'com.blacklocus.queue-slayer:qs-aws:jar:0.5.0'
<dependency org="com.blacklocus.queue-slayer" name="qs-aws" rev="0.5.0">
<artifact name="qs-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blacklocus.queue-slayer', module='qs-aws', version='0.5.0')
)
libraryDependencies += "com.blacklocus.queue-slayer" % "qs-aws" % "0.5.0"
[com.blacklocus.queue-slayer/qs-aws "0.5.0"]