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