Download btrace-agent-1.0.3.jar file - Jar b

Jar examples for b:btrace-agent

Description

The BTrace Instrumentation Agent

You can download jar file btrace-agent 1.0.3 in this page.

Build File

You can use the following script to add btrace-agent-1.0.3.jar to your project.

<dependency>
   <groupId>com.sun.tools.btrace</groupId>
   <artifactId>btrace-agent</artifactId>
   <version>1.0.3</version>
</dependency>
compile group: 'com.sun.tools.btrace', name: 'btrace-agent', version: '1.0.3'
libraryDependencies += "com.sun.tools.btrace" % "btrace-agent" % "1.0.3"
<dependency org="com.sun.tools.btrace" name="btrace-agent" rev="1.0.3"/>
@Grapes(@Grab(group='com.sun.tools.btrace', module='btrace-agent', version='1.0.3'))
'com.sun.tools.btrace:btrace-agent:jar:1.0.3'

Download

Click the following link to download the jar file.

btrace-agent-1.0.3.jar
btrace-agent-1.0.3.pom



Related Tutorials