Download tracee-threadlocal-store-0.5.0.jar file - Jar t

Jar examples for t:tracee-threadlocal-store

Description

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.

You can download jar file tracee-threadlocal-store 0.5.0 in this page.

Build File

You can use the following script to add tracee-threadlocal-store-0.5.0.jar to your project.

<dependency>
   <groupId>io.tracee.backend</groupId>
   <artifactId>tracee-threadlocal-store</artifactId>
   <version>0.5.0</version>
</dependency>
compile group: 'io.tracee.backend', name: 'tracee-threadlocal-store', version: '0.5.0'
libraryDependencies += "io.tracee.backend" % "tracee-threadlocal-store" % "0.5.0"
<dependency org="io.tracee.backend" name="tracee-threadlocal-store" rev="0.5.0"/>
@Grapes(@Grab(group='io.tracee.backend', module='tracee-threadlocal-store', version='0.5.0'))
'io.tracee.backend:tracee-threadlocal-store:jar:0.5.0'

Download

Click the following link to download the jar file.

tracee-threadlocal-store-0.5.0-javadoc.jar
tracee-threadlocal-store-0.5.0-sources.jar
tracee-threadlocal-store-0.5.0.jar
tracee-threadlocal-store-0.5.0.pom



Related Tutorials