is not current version
Last Version 3.6.3

com.taobao.arthas:arthas-client 3.0.5


Categories

Categories

CLI User Interface Arthas General Purpose Libraries Utility
GroupId

GroupId

com.taobao.arthas
ArtifactId

ArtifactId

arthas-client
Version

Version

3.0.5
Type

Type

jar

Download arthas-client 3.0.5


<!-- https://jarcasting.com/artifacts/com.taobao.arthas/arthas-client/ -->
<dependency>
    <groupId>com.taobao.arthas</groupId>
    <artifactId>arthas-client</artifactId>
    <version>3.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-client/
implementation 'com.taobao.arthas:arthas-client:3.0.5'
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-client/
implementation ("com.taobao.arthas:arthas-client:3.0.5")
'com.taobao.arthas:arthas-client:jar:3.0.5'
<dependency org="com.taobao.arthas" name="arthas-client" rev="3.0.5">
  <artifact name="arthas-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.taobao.arthas', module='arthas-client', version='3.0.5')
)
libraryDependencies += "com.taobao.arthas" % "arthas-client" % "3.0.5"
[com.taobao.arthas/arthas-client "3.0.5"]