a

arthas-memorycompiler

文件下载
文件名 操作
arthas-memorycompiler-3.3.8.jar 下载
arthas-memorycompiler-3.3.8.pom 下载
arthas-memorycompiler-3.3.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.taobao.arthas</groupId>
  <artifactId>arthas-memorycompiler</artifactId>
  <version>3.3.8</version>
</dependency>
Gradle Groovy
implementation 'com.taobao.arthas:arthas-memorycompiler:3.3.8'
Gradle Kotlin
implementation("com.taobao.arthas:arthas-memorycompiler:3.3.8")
Scala SBT
libraryDependencies += "com.taobao.arthas" % "arthas-memorycompiler" % "3.3.8"
Groovy Grape
@Grapes(
  @Grab(group='com.taobao.arthas', module='arthas-memorycompiler', version='3.3.8')
)
Apache Ivy
<dependency org="com.taobao.arthas" name="arthas-memorycompiler" rev="3.3.8" />
Leiningen
[com.taobao.arthas/arthas-memorycompiler "3.3.8"]
Apache Buildr
'com.taobao.arthas:arthas-memorycompiler:jar:3.3.8'