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