Download java-allocation-instrumenter-3.1.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.1.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.1.0.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials