j

java-allocation-instrumenter

A Java agent that rewrites bytecode to instrument allocation sites.
https://github.com/google/allocation-instrumenter/
The Apache Software License, Version 2.0
Google, Inc.
Jeremy Manson
Files download
File Operation
java-allocation-instrumenter-3.3.4.jar download
java-allocation-instrumenter-3.3.4.pom download
java-allocation-instrumenter-3.3.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.code.java-allocation-instrumenter</groupId>
  <artifactId>java-allocation-instrumenter</artifactId>
  <version>3.3.4</version>
</dependency>
Gradle Groovy
implementation 'com.google.code.java-allocation-instrumenter:java-allocation-instrumenter:3.3.4'
Gradle Kotlin
implementation("com.google.code.java-allocation-instrumenter:java-allocation-instrumenter:3.3.4")
Scala SBT
libraryDependencies += "com.google.code.java-allocation-instrumenter" % "java-allocation-instrumenter" % "3.3.4"
Groovy Grape
@Grapes(
  @Grab(group='com.google.code.java-allocation-instrumenter', module='java-allocation-instrumenter', version='3.3.4')
)
Apache Ivy
<dependency org="com.google.code.java-allocation-instrumenter" name="java-allocation-instrumenter" rev="3.3.4" />
Leiningen
[com.google.code.java-allocation-instrumenter/java-allocation-instrumenter "3.3.4"]
Apache Buildr
'com.google.code.java-allocation-instrumenter:java-allocation-instrumenter:jar:3.3.4'