m

mica-prometheus

An enhanced toolkit of Spring cloud to simplify development.
https://github.com/lets-mica/mica
GNU LESSER GENERAL PUBLIC LICENSE
Dreamlu
文件下载
文件名 操作
mica-prometheus-3.1.5.jar 下载
mica-prometheus-3.1.5.pom 下载
mica-prometheus-3.1.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.dreamlu</groupId>
  <artifactId>mica-prometheus</artifactId>
  <version>3.1.5</version>
</dependency>
Gradle Groovy
implementation 'net.dreamlu:mica-prometheus:3.1.5'
Gradle Kotlin
implementation("net.dreamlu:mica-prometheus:3.1.5")
Scala SBT
libraryDependencies += "net.dreamlu" % "mica-prometheus" % "3.1.5"
Groovy Grape
@Grapes(
  @Grab(group='net.dreamlu', module='mica-prometheus', version='3.1.5')
)
Apache Ivy
<dependency org="net.dreamlu" name="mica-prometheus" rev="3.1.5" />
Leiningen
[net.dreamlu/mica-prometheus "3.1.5"]
Apache Buildr
'net.dreamlu:mica-prometheus:jar:3.1.5'