is not current version
Last Version 0.2.0-RELEASE

com.itelg.spring:spring-proxy-actuator 0.1.1-RELEASE

SpringBoot Proxy Actuator

GroupId

GroupId

com.itelg.spring
ArtifactId

ArtifactId

spring-proxy-actuator
Version

Version

0.1.1-RELEASE
Type

Type

jar

Download spring-proxy-actuator 0.1.1-RELEASE


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