Download trace-0.1.jar file - Jar t

Jar examples for t:trace

Description

A simple event tracing framework.

You can download jar file trace 0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add trace-0.1.jar to your project.

<dependency>
   <groupId>org.extendj</groupId>
   <artifactId>trace</artifactId>
   <version>0.1</version>
</dependency>
compile group: 'org.extendj', name: 'trace', version: '0.1'
libraryDependencies += "org.extendj" % "trace" % "0.1"
<dependency org="org.extendj" name="trace" rev="0.1"/>
@Grapes(@Grab(group='org.extendj', module='trace', version='0.1'))
'org.extendj:trace:jar:0.1'

Download

Click the following link to download the jar file.

trace-0.1-javadoc.jar
trace-0.1-sources.jar
trace-0.1.jar
trace-0.1.pom



Related Tutorials