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