t

tracer-spring-boot-starter

https://github.com/liudaolunboluo/tracer
文件下载
文件名 操作
tracer-spring-boot-starter-1.1.0.jar 下载
tracer-spring-boot-starter-1.1.0.pom 下载
tracer-spring-boot-starter-1.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.liudaolunboluo.tracer</groupId>
  <artifactId>tracer-spring-boot-starter</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.liudaolunboluo.tracer:tracer-spring-boot-starter:1.1.0'
Gradle Kotlin
implementation("io.github.liudaolunboluo.tracer:tracer-spring-boot-starter:1.1.0")
Scala SBT
libraryDependencies += "io.github.liudaolunboluo.tracer" % "tracer-spring-boot-starter" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.liudaolunboluo.tracer', module='tracer-spring-boot-starter', version='1.1.0')
)
Apache Ivy
<dependency org="io.github.liudaolunboluo.tracer" name="tracer-spring-boot-starter" rev="1.1.0" />
Leiningen
[io.github.liudaolunboluo.tracer/tracer-spring-boot-starter "1.1.0"]
Apache Buildr
'io.github.liudaolunboluo.tracer:tracer-spring-boot-starter:jar:1.1.0'