s

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

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