| Категории |
КатегорииArthas Универсальные библиотеки Utility |
|---|---|
| Группа | Группаcom.taobao.arthas |
| Идентификатор | Идентификаторarthas-memorycompiler |
| Версия | Версия3.3.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| arthas-memorycompiler-3.3.7.pom | |
| arthas-memorycompiler-3.3.7.jar | 19 KB |
| arthas-memorycompiler-3.3.7-sources.jar | 11 KB |
| arthas-memorycompiler-3.3.7-javadoc.jar | 60 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.taobao.arthas/arthas-memorycompiler/ -->
<dependency>
<groupId>com.taobao.arthas</groupId>
<artifactId>arthas-memorycompiler</artifactId>
<version>3.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-memorycompiler/
implementation 'com.taobao.arthas:arthas-memorycompiler:3.3.7'
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-memorycompiler/
implementation ("com.taobao.arthas:arthas-memorycompiler:3.3.7")
'com.taobao.arthas:arthas-memorycompiler:jar:3.3.7'
<dependency org="com.taobao.arthas" name="arthas-memorycompiler" rev="3.3.7">
<artifact name="arthas-memorycompiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.taobao.arthas', module='arthas-memorycompiler', version='3.3.7')
)
libraryDependencies += "com.taobao.arthas" % "arthas-memorycompiler" % "3.3.7"
[com.taobao.arthas/arthas-memorycompiler "3.3.7"]