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