is not current version
Last Version 3.6.3

com.taobao.arthas:arthas-spy 3.0.3


Categories

Categories

Arthas General Purpose Libraries Utility
GroupId

GroupId

com.taobao.arthas
ArtifactId

ArtifactId

arthas-spy
Version

Version

3.0.3
Type

Type

jar

Download arthas-spy 3.0.3


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