Download java-allocation-instrumenter-2.1.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 2.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

java-allocation-instrumenter-2.1-javadoc.jar
java-allocation-instrumenter-2.1-sources.jar
java-allocation-instrumenter-2.1.jar
java-allocation-instrumenter-2.1.pom



Related Tutorials