MVN

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

Maven & Gradle

Jul 06, 2023
23 usages
462 stars

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

<dependency>
    <groupId>com.google.code.java-allocation-instrumenter</groupId>
    <artifactId>java-allocation-instrumenter</artifactId>
    <version>3.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.code.java-allocation-instrumenter : java-allocation-instrumenter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.3

All Versions

Choose a version of com.google.code.java-allocation-instrumenter : java-allocation-instrumenter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
java-allocation-instrumenter-3.3.3
java-allocation-instrumenter-3.3.2
java-allocation-instrumenter-3.3.1
java-allocation-instrumenter-3.3.0
3.2.x
java-allocation-instrumenter-3.2.0
3.1.x
java-allocation-instrumenter-3.1.0
3.0.x
java-allocation-instrumenter-3.0.1
3.0
java-allocation-instrumenter-3.0
2.1
java-allocation-instrumenter-2.1
2.0
java-allocation-instrumenter-2.0

How to add a dependency to Maven

Add the following com.google.code.java-allocation-instrumenter : java-allocation-instrumenter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.code.java-allocation-instrumenter</groupId>
    <artifactId>java-allocation-instrumenter</artifactId>
    <version>3.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.code.java-allocation-instrumenter : java-allocation-instrumenter gradle dependency to your build.gradle file:

implementation 'com.google.code.java-allocation-instrumenter:java-allocation-instrumenter:3.3.3'

Gradle Kotlin DSL: Add the following com.google.code.java-allocation-instrumenter : java-allocation-instrumenter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.code.java-allocation-instrumenter:java-allocation-instrumenter:3.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.code.java-allocation-instrumenter : java-allocation-instrumenter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.code.java-allocation-instrumenter" % "java-allocation-instrumenter" % "3.3.3"

Advertisement