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