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.2.0.jar download
java-allocation-instrumenter-3.2.0.pom download
java-allocation-instrumenter-3.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.code.java-allocation-instrumenter</groupId>
  <artifactId>java-allocation-instrumenter</artifactId>
  <version>3.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.google.code.java-allocation-instrumenter:java-allocation-instrumenter:3.2.0'
Gradle Kotlin
implementation("com.google.code.java-allocation-instrumenter:java-allocation-instrumenter:3.2.0")
Scala SBT
libraryDependencies += "com.google.code.java-allocation-instrumenter" % "java-allocation-instrumenter" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.code.java-allocation-instrumenter', module='java-allocation-instrumenter', version='3.2.0')
)
Apache Ivy
<dependency org="com.google.code.java-allocation-instrumenter" name="java-allocation-instrumenter" rev="3.2.0" />
Leiningen
[com.google.code.java-allocation-instrumenter/java-allocation-instrumenter "3.2.0"]
Apache Buildr
'com.google.code.java-allocation-instrumenter:java-allocation-instrumenter:jar:3.2.0'