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