Download tracee-threadlocal-store-1.0.0-rc2.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 1.0.0-rc2 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

tracee-threadlocal-store-1.0.0-rc2-javadoc.jar
tracee-threadlocal-store-1.0.0-rc2-sources.jar
tracee-threadlocal-store-1.0.0-rc2.jar
tracee-threadlocal-store-1.0.0-rc2.pom



Related Tutorials