is not current version
Last Version 2.1

net.eldeen.dropwizard:cf-signal-resource-bundle 2.0

Dropwizard bundle to signal the AutoScalingGroup via CloudFormation SignalResource API when running on an AWS EC2 instance.

Categories

Categories

DropWizard Container Microservices Net
GroupId

GroupId

net.eldeen.dropwizard
ArtifactId

ArtifactId

cf-signal-resource-bundle
Version

Version

2.0
Type

Type

jar

Download cf-signal-resource-bundle 2.0


<!-- 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.eldeen.dropwizard/cf-signal-resource-bundle/
implementation 'net.eldeen.dropwizard:cf-signal-resource-bundle:2.0'
// https://jarcasting.com/artifacts/net.eldeen.dropwizard/cf-signal-resource-bundle/
implementation ("net.eldeen.dropwizard:cf-signal-resource-bundle:2.0")
'net.eldeen.dropwizard:cf-signal-resource-bundle:jar:2.0'
<dependency org="net.eldeen.dropwizard" name="cf-signal-resource-bundle" rev="2.0">
  <artifact name="cf-signal-resource-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.eldeen.dropwizard', module='cf-signal-resource-bundle', version='2.0')
)
libraryDependencies += "net.eldeen.dropwizard" % "cf-signal-resource-bundle" % "2.0"
[net.eldeen.dropwizard/cf-signal-resource-bundle "2.0"]