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