feat: ASW-74 新增 adb shell websocket 接口

This commit is contained in:
shizhendong
2024-09-14 14:34:33 +08:00
parent 139efeec0b
commit 8d88639655
4 changed files with 170 additions and 0 deletions

View File

@@ -60,6 +60,14 @@
<artifactId>Java-WebSocket</artifactId>
<version>1.5.6</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.jetbrains.pty4j/pty4j -->
<dependency>
<groupId>org.jetbrains.pty4j</groupId>
<artifactId>pty4j</artifactId>
<version>0.12.35</version>
</dependency>
</dependencies>
<build>