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