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