Categories |
CategoriesArthas General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.taobao.arthas |
ArtifactId | ArtifactIdarthas-all |
Version | Version3.0.5 |
Type | Typepom |
Filename | Size |
---|---|
arthas-all-3.0.5.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.taobao.arthas/arthas-all/ -->
<dependency>
<groupId>com.taobao.arthas</groupId>
<artifactId>arthas-all</artifactId>
<version>3.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-all/
implementation 'com.taobao.arthas:arthas-all:3.0.5'
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-all/
implementation ("com.taobao.arthas:arthas-all:3.0.5")
'com.taobao.arthas:arthas-all:pom:3.0.5'
<dependency org="com.taobao.arthas" name="arthas-all" rev="3.0.5">
<artifact name="arthas-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.taobao.arthas', module='arthas-all', version='3.0.5')
)
libraryDependencies += "com.taobao.arthas" % "arthas-all" % "3.0.5"
[com.taobao.arthas/arthas-all "3.0.5"]