не последняя версия
Последняя версия 3.3.0

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

A Java agent that rewrites bytecode to instrument allocation sites.

Категории

Категории

Java Языки программирования
Группа

Группа

com.google.code.java-allocation-instrumenter
Идентификатор

Идентификатор

java-allocation-instrumenter
Версия

Версия

3.0
Тип

Тип

jar

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