| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииDropWizard Контейнер Микросервисы Сеть |
| Группа | Группаnet.eldeen.dropwizard |
| Идентификатор | Идентификаторcf-signal-resource-bundle |
| Последняя версия | Последняя версия2.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAWS Cloudformation Signal Resource Bundle for Dropwizard
Dropwizard bundle to signal the AutoScalingGroup via CloudFormation SignalResource API when running on an AWS EC2 instance.
|
| Ссылка на сайт |
Ссылка на сайт |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |