Files download
File Operation
arthas-memorycompiler-3.5.5.jar download
arthas-memorycompiler-3.5.5.pom download
arthas-memorycompiler-3.5.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.taobao.arthas</groupId>
  <artifactId>arthas-memorycompiler</artifactId>
  <version>3.5.5</version>
</dependency>
Gradle Groovy
implementation 'com.taobao.arthas:arthas-memorycompiler:3.5.5'
Gradle Kotlin
implementation("com.taobao.arthas:arthas-memorycompiler:3.5.5")
Scala SBT
libraryDependencies += "com.taobao.arthas" % "arthas-memorycompiler" % "3.5.5"
Groovy Grape
@Grapes(
  @Grab(group='com.taobao.arthas', module='arthas-memorycompiler', version='3.5.5')
)
Apache Ivy
<dependency org="com.taobao.arthas" name="arthas-memorycompiler" rev="3.5.5" />
Leiningen
[com.taobao.arthas/arthas-memorycompiler "3.5.5"]
Apache Buildr
'com.taobao.arthas:arthas-memorycompiler:jar:3.5.5'
Dependencies