t

tracee-threadlocal-store

This is a simple implementation of a tracee backend. It might be used for system where no supported logging framework is present or for test purpose.
文件下载
文件名 操作
tracee-threadlocal-store-0.3.0.jar 下载
tracee-threadlocal-store-0.3.0.pom 下载
tracee-threadlocal-store-0.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.tracee.backend</groupId>
  <artifactId>tracee-threadlocal-store</artifactId>
  <version>0.3.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.tracee.backend:tracee-threadlocal-store:0.3.0'
Gradle Kotlin
implementation("io.tracee.backend:tracee-threadlocal-store:0.3.0")
Scala SBT
libraryDependencies += "io.tracee.backend" % "tracee-threadlocal-store" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='io.tracee.backend', module='tracee-threadlocal-store', version='0.3.0')
)
Apache Ivy
<dependency org="io.tracee.backend" name="tracee-threadlocal-store" rev="0.3.0" />
Leiningen
[io.tracee.backend/tracee-threadlocal-store "0.3.0"]
Apache Buildr
'io.tracee.backend:tracee-threadlocal-store:jar:0.3.0'