is not current version
Last Version 3.3.0

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

java-allocation-instrumenter: 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

2.0
Type

Type

jar

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