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