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