is not current version
Last Version 1.0.2-RELEASE

com.itelg.spring:spring-jenkins-actuator 0.2.0-RELEASE

SpringBoot Jenkins Actuator

Categories

Categories

Jenkins Build Tools Continuous Integration and Continuous Delivery
GroupId

GroupId

com.itelg.spring
ArtifactId

ArtifactId

spring-jenkins-actuator
Version

Version

0.2.0-RELEASE
Type

Type

jar

Download spring-jenkins-actuator 0.2.0-RELEASE


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