License |
License |
---|---|
Categories |
CategoriesArthas General Purpose Libraries Utility |
GroupId | GroupIdcom.taobao.arthas |
ArtifactId | ArtifactIdarthas-all |
Last Version | Last Version3.6.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionarthas-all
arthas
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
arthas-all-3.6.3.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.taobao.arthas/arthas-all/ -->
<dependency>
<groupId>com.taobao.arthas</groupId>
<artifactId>arthas-all</artifactId>
<version>3.6.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-all/
implementation 'com.taobao.arthas:arthas-all:3.6.3'
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-all/
implementation ("com.taobao.arthas:arthas-all:3.6.3")
'com.taobao.arthas:arthas-all:pom:3.6.3'
<dependency org="com.taobao.arthas" name="arthas-all" rev="3.6.3">
<artifact name="arthas-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.taobao.arthas', module='arthas-all', version='3.6.3')
)
libraryDependencies += "com.taobao.arthas" % "arthas-all" % "3.6.3"
[com.taobao.arthas/arthas-all "3.6.3"]