Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdio.interact |
ArtifactId | ArtifactIdsqs-dropwizard |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
sqs-dropwizard-1.0.1.pom | |
sqs-dropwizard-1.0.1.jar | 11 KB |
sqs-dropwizard-1.0.1-sources.jar | 5 KB |
sqs-dropwizard-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.interact/sqs-dropwizard/
implementation 'io.interact:sqs-dropwizard:1.0.1'
// https://jarcasting.com/artifacts/io.interact/sqs-dropwizard/
implementation ("io.interact:sqs-dropwizard:1.0.1")
'io.interact:sqs-dropwizard:jar:1.0.1'
<dependency org="io.interact" name="sqs-dropwizard" rev="1.0.1">
<artifact name="sqs-dropwizard" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.interact', module='sqs-dropwizard', version='1.0.1')
)
libraryDependencies += "io.interact" % "sqs-dropwizard" % "1.0.1"
[io.interact/sqs-dropwizard "1.0.1"]