| License |
License |
|---|---|
| Categories |
CategoriesArthas General Purpose Libraries Utility |
| GroupId | GroupIdcom.taobao.arthas |
| ArtifactId | ArtifactIdarthas-spy |
| Last Version | Last Version3.6.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionarthas-spy
arthas
|
| Filename | Size |
|---|---|
| arthas-spy-3.6.3.pom | |
| arthas-spy-3.6.3.jar | 6 KB |
| arthas-spy-3.6.3-sources.jar | 7 KB |
| arthas-spy-3.6.3-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.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-spy/
implementation 'com.taobao.arthas:arthas-spy:3.6.3'
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-spy/
implementation ("com.taobao.arthas:arthas-spy:3.6.3")
'com.taobao.arthas:arthas-spy:jar:3.6.3'
<dependency org="com.taobao.arthas" name="arthas-spy" rev="3.6.3">
<artifact name="arthas-spy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.taobao.arthas', module='arthas-spy', version='3.6.3')
)
libraryDependencies += "com.taobao.arthas" % "arthas-spy" % "3.6.3"
[com.taobao.arthas/arthas-spy "3.6.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.taobao.arthas : arthas-common Optional | jar | 3.6.3 |