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