is not current version
Last Version 3.5.0

com.taobao.arthas:arthas-demo 3.1.8


Categories

Categories

Arthas General Purpose Libraries Utility
GroupId

GroupId

com.taobao.arthas
ArtifactId

ArtifactId

arthas-demo
Version

Version

3.1.8
Type

Type

jar

Download arthas-demo 3.1.8


<!-- https://jarcasting.com/artifacts/com.taobao.arthas/arthas-demo/ -->
<dependency>
    <groupId>com.taobao.arthas</groupId>
    <artifactId>arthas-demo</artifactId>
    <version>3.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-demo/
implementation 'com.taobao.arthas:arthas-demo:3.1.8'
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-demo/
implementation ("com.taobao.arthas:arthas-demo:3.1.8")
'com.taobao.arthas:arthas-demo:jar:3.1.8'
<dependency org="com.taobao.arthas" name="arthas-demo" rev="3.1.8">
  <artifact name="arthas-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.taobao.arthas', module='arthas-demo', version='3.1.8')
)
libraryDependencies += "com.taobao.arthas" % "arthas-demo" % "3.1.8"
[com.taobao.arthas/arthas-demo "3.1.8"]