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