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