s

spring-boot-with-prometheus-on-kubernetes-example

Files download
File Operation
spring-boot-with-prometheus-on-kubernetes-example-1.0.2.jar download
spring-boot-with-prometheus-on-kubernetes-example-1.0.2.pom download
spring-boot-with-prometheus-on-kubernetes-example-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.dekorate</groupId>
  <artifactId>spring-boot-with-prometheus-on-kubernetes-example</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.dekorate:spring-boot-with-prometheus-on-kubernetes-example:1.0.2'
Gradle Kotlin
implementation("io.dekorate:spring-boot-with-prometheus-on-kubernetes-example:1.0.2")
Scala SBT
libraryDependencies += "io.dekorate" % "spring-boot-with-prometheus-on-kubernetes-example" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.dekorate', module='spring-boot-with-prometheus-on-kubernetes-example', version='1.0.2')
)
Apache Ivy
<dependency org="io.dekorate" name="spring-boot-with-prometheus-on-kubernetes-example" rev="1.0.2" />
Leiningen
[io.dekorate/spring-boot-with-prometheus-on-kubernetes-example "1.0.2"]
Apache Buildr
'io.dekorate:spring-boot-with-prometheus-on-kubernetes-example:jar:1.0.2'