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