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