Categories |
CategoriesArthas General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.taobao.arthas |
ArtifactId | ArtifactIdarthas-spy |
Version | Version3.4.7 |
Type | Typejar |
Filename | Size |
---|---|
arthas-spy-3.4.7.pom | |
arthas-spy-3.4.7.jar | 8 KB |
arthas-spy-3.4.7-sources.jar | 7 KB |
arthas-spy-3.4.7-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.taobao.arthas/arthas-spy/ -->
<dependency>
<groupId>com.taobao.arthas</groupId>
<artifactId>arthas-spy</artifactId>
<version>3.4.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-spy/
implementation 'com.taobao.arthas:arthas-spy:3.4.7'
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-spy/
implementation ("com.taobao.arthas:arthas-spy:3.4.7")
'com.taobao.arthas:arthas-spy:jar:3.4.7'
<dependency org="com.taobao.arthas" name="arthas-spy" rev="3.4.7">
<artifact name="arthas-spy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.taobao.arthas', module='arthas-spy', version='3.4.7')
)
libraryDependencies += "com.taobao.arthas" % "arthas-spy" % "3.4.7"
[com.taobao.arthas/arthas-spy "3.4.7"]