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