is not current version
Last Version 3.3.0

com.google.code.java-allocation-instrumenter:java-allocation-instrumenter 3.0.1

A Java agent that rewrites bytecode to instrument allocation sites.

Categories

Categories

Java Languages
GroupId

GroupId

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

ArtifactId

java-allocation-instrumenter
Version

Version

3.0.1
Type

Type

jar

Download java-allocation-instrumenter 3.0.1


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