is not current version
Last Version 3.6.3

com.taobao.arthas:arthas-common 3.3.9


Categories

Categories

Arthas General Purpose Libraries Utility
GroupId

GroupId

com.taobao.arthas
ArtifactId

ArtifactId

arthas-common
Version

Version

3.3.9
Type

Type

jar

Download arthas-common 3.3.9


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