Files download
File Operation
custom-actuator-endpoints-0.0.1.jar download
custom-actuator-endpoints-0.0.1.pom download
custom-actuator-endpoints-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.vality</groupId>
  <artifactId>custom-actuator-endpoints</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'dev.vality:custom-actuator-endpoints:0.0.1'
Gradle Kotlin
implementation("dev.vality:custom-actuator-endpoints:0.0.1")
Scala SBT
libraryDependencies += "dev.vality" % "custom-actuator-endpoints" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='dev.vality', module='custom-actuator-endpoints', version='0.0.1')
)
Apache Ivy
<dependency org="dev.vality" name="custom-actuator-endpoints" rev="0.0.1" />
Leiningen
[dev.vality/custom-actuator-endpoints "0.0.1"]
Apache Buildr
'dev.vality:custom-actuator-endpoints:jar:0.0.1'