Last Version

java-allocation-instrumenter 3.3.0

A Java agent that rewrites bytecode to instrument allocation sites.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.google.code.java-allocation-instrumenter
ArtifactId

ArtifactId

java-allocation-instrumenter
Version

Version

3.3.0
Type

Type

jar
Description

Description

java-allocation-instrumenter
A Java agent that rewrites bytecode to instrument allocation sites.
Project URL

Project URL

https://github.com/google/allocation-instrumenter/
Project Organization

Project Organization

Google, Inc.
Source Code Management

Source Code Management

https://github.com/google/allocation-instrumenter/

Download java-allocation-instrumenter 3.3.0


<!-- https://jarcasting.com/artifacts/com.google.code.java-allocation-instrumenter/java-allocation-instrumenter/ -->
<dependency>
    <groupId>com.google.code.java-allocation-instrumenter</groupId>
    <artifactId>java-allocation-instrumenter</artifactId>
    <version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.java-allocation-instrumenter/java-allocation-instrumenter/
implementation 'com.google.code.java-allocation-instrumenter:java-allocation-instrumenter:3.3.0'
// https://jarcasting.com/artifacts/com.google.code.java-allocation-instrumenter/java-allocation-instrumenter/
implementation ("com.google.code.java-allocation-instrumenter:java-allocation-instrumenter:3.3.0")
'com.google.code.java-allocation-instrumenter:java-allocation-instrumenter:jar:3.3.0'
<dependency org="com.google.code.java-allocation-instrumenter" name="java-allocation-instrumenter" rev="3.3.0">
  <artifact name="java-allocation-instrumenter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.java-allocation-instrumenter', module='java-allocation-instrumenter', version='3.3.0')
)
libraryDependencies += "com.google.code.java-allocation-instrumenter" % "java-allocation-instrumenter" % "3.3.0"
[com.google.code.java-allocation-instrumenter/java-allocation-instrumenter "3.3.0"]

Dependencies

compile (7)

Group / Artifact Type Version
org.ow2.asm : asm jar 7.2
org.ow2.asm : asm-analysis jar 7.2
org.ow2.asm : asm-commons jar 7.2
org.ow2.asm : asm-tree jar 7.2
org.ow2.asm : asm-util jar 7.2
com.google.guava : guava jar 28.1-android
javax.annotation : javax.annotation-api jar 1.3.2

test (3)

Group / Artifact Type Version
com.google.guava : guava-testlib jar 28.1-android
junit : junit jar 4.13
org.apache.bcel : bcel jar 6.0

Project Modules

There are no modules declared in this project.