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