is not current version
Last Version 3.6.3

com.taobao.arthas:arthas-spring-boot-starter 3.3.8


Categories

Categories

Spring Boot Container Microservices Arthas General Purpose Libraries Utility
GroupId

GroupId

com.taobao.arthas
ArtifactId

ArtifactId

arthas-spring-boot-starter
Version

Version

3.3.8
Type

Type

jar

Download arthas-spring-boot-starter 3.3.8


<!-- https://jarcasting.com/artifacts/com.taobao.arthas/arthas-spring-boot-starter/ -->
<dependency>
    <groupId>com.taobao.arthas</groupId>
    <artifactId>arthas-spring-boot-starter</artifactId>
    <version>3.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-spring-boot-starter/
implementation 'com.taobao.arthas:arthas-spring-boot-starter:3.3.8'
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-spring-boot-starter/
implementation ("com.taobao.arthas:arthas-spring-boot-starter:3.3.8")
'com.taobao.arthas:arthas-spring-boot-starter:jar:3.3.8'
<dependency org="com.taobao.arthas" name="arthas-spring-boot-starter" rev="3.3.8">
  <artifact name="arthas-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.taobao.arthas', module='arthas-spring-boot-starter', version='3.3.8')
)
libraryDependencies += "com.taobao.arthas" % "arthas-spring-boot-starter" % "3.3.8"
[com.taobao.arthas/arthas-spring-boot-starter "3.3.8"]