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