m

micrometer-handler-annotation

A lib that uses annotation to for Metrics execution
http://maven.apache.org
MIT License
Aldren Bobiles
文件下载
文件名 操作
micrometer-handler-annotation-1.0.1.jar 下载
micrometer-handler-annotation-1.0.1.pom 下载
micrometer-handler-annotation-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.iamaldren</groupId>
  <artifactId>micrometer-handler-annotation</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.iamaldren:micrometer-handler-annotation:1.0.1'
Gradle Kotlin
implementation("io.github.iamaldren:micrometer-handler-annotation:1.0.1")
Scala SBT
libraryDependencies += "io.github.iamaldren" % "micrometer-handler-annotation" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.iamaldren', module='micrometer-handler-annotation', version='1.0.1')
)
Apache Ivy
<dependency org="io.github.iamaldren" name="micrometer-handler-annotation" rev="1.0.1" />
Leiningen
[io.github.iamaldren/micrometer-handler-annotation "1.0.1"]
Apache Buildr
'io.github.iamaldren:micrometer-handler-annotation:jar:1.0.1'