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