is not current version
Last Version 3.6.3

com.taobao.arthas:arthas-spy 3.2.0


Categories

Categories

Arthas General Purpose Libraries Utility
GroupId

GroupId

com.taobao.arthas
ArtifactId

ArtifactId

arthas-spy
Version

Version

3.2.0
Type

Type

jar

Download arthas-spy 3.2.0


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