| Группа | Группаcom.rbkmoney |
|---|---|
| Идентификатор | Идентификаторcustom-actuator-endpoints |
| Версия | Версия0.0.4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.rbkmoney/custom-actuator-endpoints/ -->
<dependency>
<groupId>com.rbkmoney</groupId>
<artifactId>custom-actuator-endpoints</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.rbkmoney/custom-actuator-endpoints/
implementation 'com.rbkmoney:custom-actuator-endpoints:0.0.4'
// https://jarcasting.com/artifacts/com.rbkmoney/custom-actuator-endpoints/
implementation ("com.rbkmoney:custom-actuator-endpoints:0.0.4")
'com.rbkmoney:custom-actuator-endpoints:jar:0.0.4'
<dependency org="com.rbkmoney" name="custom-actuator-endpoints" rev="0.0.4">
<artifact name="custom-actuator-endpoints" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rbkmoney', module='custom-actuator-endpoints', version='0.0.4')
)
libraryDependencies += "com.rbkmoney" % "custom-actuator-endpoints" % "0.0.4"
[com.rbkmoney/custom-actuator-endpoints "0.0.4"]