文件下载
文件名 操作
arthas-spring-boot-starter-3.6.6.jar 下载
arthas-spring-boot-starter-3.6.6.pom 下载
arthas-spring-boot-starter-3.6.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.taobao.arthas</groupId>
  <artifactId>arthas-spring-boot-starter</artifactId>
  <version>3.6.6</version>
</dependency>
Gradle Groovy
implementation 'com.taobao.arthas:arthas-spring-boot-starter:3.6.6'
Gradle Kotlin
implementation("com.taobao.arthas:arthas-spring-boot-starter:3.6.6")
Scala SBT
libraryDependencies += "com.taobao.arthas" % "arthas-spring-boot-starter" % "3.6.6"
Groovy Grape
@Grapes(
  @Grab(group='com.taobao.arthas', module='arthas-spring-boot-starter', version='3.6.6')
)
Apache Ivy
<dependency org="com.taobao.arthas" name="arthas-spring-boot-starter" rev="3.6.6" />
Leiningen
[com.taobao.arthas/arthas-spring-boot-starter "3.6.6"]
Apache Buildr
'com.taobao.arthas:arthas-spring-boot-starter:jar:3.6.6'