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