| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface Arthas General Purpose Libraries Utility |
| GroupId | GroupIdcom.taobao.arthas |
| ArtifactId | ArtifactIdarthas-client |
| Version | Version3.5.3 |
| Type | Typejar |
| Description |
Descriptionarthas-client
arthas
|
| Filename | Size |
|---|---|
| arthas-client-3.5.3.pom | |
| arthas-client-3.5.3.jar | 50 KB |
| arthas-client-3.5.3-sources.jar | 59 KB |
| arthas-client-3.5.3-javadoc.jar | 191 KB |
| arthas-client-3.5.3-jar-with-dependencies.jar | 420 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.taobao.arthas/arthas-client/ -->
<dependency>
<groupId>com.taobao.arthas</groupId>
<artifactId>arthas-client</artifactId>
<version>3.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-client/
implementation 'com.taobao.arthas:arthas-client:3.5.3'
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-client/
implementation ("com.taobao.arthas:arthas-client:3.5.3")
'com.taobao.arthas:arthas-client:jar:3.5.3'
<dependency org="com.taobao.arthas" name="arthas-client" rev="3.5.3">
<artifact name="arthas-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.taobao.arthas', module='arthas-client', version='3.5.3')
)
libraryDependencies += "com.taobao.arthas" % "arthas-client" % "3.5.3"
[com.taobao.arthas/arthas-client "3.5.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.taobao.arthas : arthas-common | jar | 3.5.3 |
| com.alibaba.middleware : cli | jar | 1.0.4 |
| jline : jline | jar | 2.14.6 |