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