License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Net |
GroupId | GroupIdnet.eldeen.dropwizard |
ArtifactId | ArtifactIdcf-signal-resource-bundle |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAWS Cloudformation Signal Resource Bundle for Dropwizard
Dropwizard bundle to signal the AutoScalingGroup via CloudFormation SignalResource API when running on an AWS EC2 instance.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/net.eldeen.dropwizard/cf-signal-resource-bundle/ -->
<dependency>
<groupId>net.eldeen.dropwizard</groupId>
<artifactId>cf-signal-resource-bundle</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.eldeen.dropwizard/cf-signal-resource-bundle/
implementation 'net.eldeen.dropwizard:cf-signal-resource-bundle:2.1'
// https://jarcasting.com/artifacts/net.eldeen.dropwizard/cf-signal-resource-bundle/
implementation ("net.eldeen.dropwizard:cf-signal-resource-bundle:2.1")
'net.eldeen.dropwizard:cf-signal-resource-bundle:jar:2.1'
<dependency org="net.eldeen.dropwizard" name="cf-signal-resource-bundle" rev="2.1">
<artifact name="cf-signal-resource-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.eldeen.dropwizard', module='cf-signal-resource-bundle', version='2.1')
)
libraryDependencies += "net.eldeen.dropwizard" % "cf-signal-resource-bundle" % "2.1"
[net.eldeen.dropwizard/cf-signal-resource-bundle "2.1"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | 0.9.1 |
com.amazonaws : aws-java-sdk-core | jar | 1.10.37 |
com.amazonaws : aws-java-sdk-cloudformation | jar | 1.10.37 |
com.google.guava : guava | jar | 18.0 |
javax.inject : javax.inject | jar | 1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |
org.hamcrest : hamcrest-library | jar | 1.3 |
io.dropwizard : dropwizard-testing | jar | 0.9.1 |