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