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