Download java-allocation-instrumenter-3.0.jar file - Jar j

Jar examples for j:java-allocation-instrumenter

Description

java-allocation-instrumenter: A Java agent that rewrites bytecode to instrument allocation sites

You can download jar file java-allocation-instrumenter 3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add java-allocation-instrumenter-3.0.jar to your project.

<dependency>
   <groupId>com.github.fommil</groupId>
   <artifactId>java-allocation-instrumenter</artifactId>
   <version>3.0</version>
</dependency>
compile group: 'com.github.fommil', name: 'java-allocation-instrumenter', version: '3.0'
libraryDependencies += "com.github.fommil" % "java-allocation-instrumenter" % "3.0"
<dependency org="com.github.fommil" name="java-allocation-instrumenter" rev="3.0"/>
@Grapes(@Grab(group='com.github.fommil', module='java-allocation-instrumenter', version='3.0'))
'com.github.fommil:java-allocation-instrumenter:jar:3.0'

Download

Click the following link to download the jar file.

java-allocation-instrumenter-3.0-javadoc.jar
java-allocation-instrumenter-3.0-site.jar
java-allocation-instrumenter-3.0-sources.jar
java-allocation-instrumenter-3.0.jar
java-allocation-instrumenter-3.0.pom



Related Tutorials