Last Version

Java Allocation Instrumenter 3.0

Java agent that rewrites bytecode to instrument allocation sites

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.fommil
ArtifactId

ArtifactId

java-allocation-instrumenter
Version

Version

3.0
Type

Type

jar
Description

Description

Java Allocation Instrumenter
Java agent that rewrites bytecode to instrument allocation sites

Download java-allocation-instrumenter 3.0


<!-- https://jarcasting.com/artifacts/com.github.fommil/java-allocation-instrumenter/ -->
<dependency>
    <groupId>com.github.fommil</groupId>
    <artifactId>java-allocation-instrumenter</artifactId>
    <version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fommil/java-allocation-instrumenter/
implementation 'com.github.fommil:java-allocation-instrumenter:3.0'
// https://jarcasting.com/artifacts/com.github.fommil/java-allocation-instrumenter/
implementation ("com.github.fommil:java-allocation-instrumenter:3.0")
'com.github.fommil:java-allocation-instrumenter:jar:3.0'
<dependency org="com.github.fommil" name="java-allocation-instrumenter" rev="3.0">
  <artifact name="java-allocation-instrumenter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fommil', module='java-allocation-instrumenter', version='3.0')
)
libraryDependencies += "com.github.fommil" % "java-allocation-instrumenter" % "3.0"
[com.github.fommil/java-allocation-instrumenter "3.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.ow2.asm : asm-analysis jar 5.0.3
org.ow2.asm : asm-commons jar 5.0.3
org.ow2.asm : asm-xml jar 5.0.3

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.2

Project Modules

There are no modules declared in this project.