| License |
License |
|---|---|
| Categories |
CategoriesArthas General Purpose Libraries Utility |
| GroupId | GroupIdcom.taobao.arthas |
| ArtifactId | ArtifactIdarthas-vmtool |
| Version | Version3.5.4 |
| Type | Typejar |
| Description |
Descriptionarthas-vmtool
arthas
|
| Filename | Size |
|---|---|
| arthas-vmtool-3.5.4.pom | |
| arthas-vmtool-3.5.4.jar | 4 KB |
| arthas-vmtool-3.5.4-sources.jar | 4 KB |
| arthas-vmtool-3.5.4-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.taobao.arthas/arthas-vmtool/ -->
<dependency>
<groupId>com.taobao.arthas</groupId>
<artifactId>arthas-vmtool</artifactId>
<version>3.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-vmtool/
implementation 'com.taobao.arthas:arthas-vmtool:3.5.4'
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-vmtool/
implementation ("com.taobao.arthas:arthas-vmtool:3.5.4")
'com.taobao.arthas:arthas-vmtool:jar:3.5.4'
<dependency org="com.taobao.arthas" name="arthas-vmtool" rev="3.5.4">
<artifact name="arthas-vmtool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.taobao.arthas', module='arthas-vmtool', version='3.5.4')
)
libraryDependencies += "com.taobao.arthas" % "arthas-vmtool" % "3.5.4"
[com.taobao.arthas/arthas-vmtool "3.5.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.taobao.arthas : arthas-common | jar | 3.5.4 |