Categories |
CategoriesCLI User Interface Arthas General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.taobao.arthas |
ArtifactId | ArtifactIdarthas-client |
Version | Version3.3.8 |
Type | Typejar |
Filename | Size |
---|---|
arthas-client-3.3.8.pom | |
arthas-client-3.3.8.jar | 49 KB |
arthas-client-3.3.8-sources.jar | 59 KB |
arthas-client-3.3.8-javadoc.jar | 192 KB |
arthas-client-3.3.8-jar-with-dependencies.jar | 415 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.taobao.arthas/arthas-client/ -->
<dependency>
<groupId>com.taobao.arthas</groupId>
<artifactId>arthas-client</artifactId>
<version>3.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-client/
implementation 'com.taobao.arthas:arthas-client:3.3.8'
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-client/
implementation ("com.taobao.arthas:arthas-client:3.3.8")
'com.taobao.arthas:arthas-client:jar:3.3.8'
<dependency org="com.taobao.arthas" name="arthas-client" rev="3.3.8">
<artifact name="arthas-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.taobao.arthas', module='arthas-client', version='3.3.8')
)
libraryDependencies += "com.taobao.arthas" % "arthas-client" % "3.3.8"
[com.taobao.arthas/arthas-client "3.3.8"]