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