Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdio.interact |
ArtifactId | ArtifactIdsqs-dropwizard |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
sqs-dropwizard-1.0.6.pom | |
sqs-dropwizard-1.0.6.jar | 11 KB |
sqs-dropwizard-1.0.6-sources.jar | 6 KB |
sqs-dropwizard-1.0.6-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.interact/sqs-dropwizard/ -->
<dependency>
<groupId>io.interact</groupId>
<artifactId>sqs-dropwizard</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.interact/sqs-dropwizard/
implementation 'io.interact:sqs-dropwizard:1.0.6'
// https://jarcasting.com/artifacts/io.interact/sqs-dropwizard/
implementation ("io.interact:sqs-dropwizard:1.0.6")
'io.interact:sqs-dropwizard:jar:1.0.6'
<dependency org="io.interact" name="sqs-dropwizard" rev="1.0.6">
<artifact name="sqs-dropwizard" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.interact', module='sqs-dropwizard', version='1.0.6')
)
libraryDependencies += "io.interact" % "sqs-dropwizard" % "1.0.6"
[io.interact/sqs-dropwizard "1.0.6"]