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