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