Categories |
CategoriesArthas General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.taobao.arthas |
ArtifactId | ArtifactIdarthas-common |
Version | Version3.4.4 |
Type | Typejar |
Filename | Size |
---|---|
arthas-common-3.4.4.pom | |
arthas-common-3.4.4.jar | 51 KB |
arthas-common-3.4.4-sources.jar | 29 KB |
arthas-common-3.4.4-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.taobao.arthas/arthas-common/ -->
<dependency>
<groupId>com.taobao.arthas</groupId>
<artifactId>arthas-common</artifactId>
<version>3.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-common/
implementation 'com.taobao.arthas:arthas-common:3.4.4'
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-common/
implementation ("com.taobao.arthas:arthas-common:3.4.4")
'com.taobao.arthas:arthas-common:jar:3.4.4'
<dependency org="com.taobao.arthas" name="arthas-common" rev="3.4.4">
<artifact name="arthas-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.taobao.arthas', module='arthas-common', version='3.4.4')
)
libraryDependencies += "com.taobao.arthas" % "arthas-common" % "3.4.4"
[com.taobao.arthas/arthas-common "3.4.4"]