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