не последняя версия
Последняя версия 2.2.6.RELEASE

org.springframework.cloud:spring-cloud-aws-actuator 2.0.3.RELEASE

Spring Cloud AWS Actuator

Категории

Категории

AWS Контейнер PaaS Providers
Группа

Группа

org.springframework.cloud
Идентификатор

Идентификатор

spring-cloud-aws-actuator
Версия

Версия

2.0.3.RELEASE
Тип

Тип

jar

Скачать spring-cloud-aws-actuator 2.0.3.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-aws-actuator/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-aws-actuator</artifactId>
    <version>2.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-aws-actuator/
implementation 'org.springframework.cloud:spring-cloud-aws-actuator:2.0.3.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-aws-actuator/
implementation ("org.springframework.cloud:spring-cloud-aws-actuator:2.0.3.RELEASE")
'org.springframework.cloud:spring-cloud-aws-actuator:jar:2.0.3.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-aws-actuator" rev="2.0.3.RELEASE">
  <artifact name="spring-cloud-aws-actuator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-aws-actuator', version='2.0.3.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-aws-actuator" % "2.0.3.RELEASE"
[org.springframework.cloud/spring-cloud-aws-actuator "2.0.3.RELEASE"]