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

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials