| License |
License |
|---|---|
| Categories |
CategoriesArthas General Purpose Libraries Utility |
| GroupId | GroupIdcom.taobao.arthas |
| ArtifactId | ArtifactIdarthas-boot |
| Last Version | Last Version3.6.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionarthas-boot
arthas
|
| Filename | Size |
|---|---|
| arthas-boot-3.6.3.pom | |
| arthas-boot-3.6.3.jar | 24 KB |
| arthas-boot-3.6.3-sources.jar | 13 KB |
| arthas-boot-3.6.3-javadoc.jar | 35 KB |
| arthas-boot-3.6.3-jar-with-dependencies.jar | 109 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.taobao.arthas/arthas-boot/ -->
<dependency>
<groupId>com.taobao.arthas</groupId>
<artifactId>arthas-boot</artifactId>
<version>3.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-boot/
implementation 'com.taobao.arthas:arthas-boot:3.6.3'
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-boot/
implementation ("com.taobao.arthas:arthas-boot:3.6.3")
'com.taobao.arthas:arthas-boot:jar:3.6.3'
<dependency org="com.taobao.arthas" name="arthas-boot" rev="3.6.3">
<artifact name="arthas-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.taobao.arthas', module='arthas-boot', version='3.6.3')
)
libraryDependencies += "com.taobao.arthas" % "arthas-boot" % "3.6.3"
[com.taobao.arthas/arthas-boot "3.6.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.taobao.arthas : arthas-common | jar | 3.6.3 |
| com.alibaba.middleware : cli | jar | 1.0.4 |