Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 392 Bytes

File metadata and controls

24 lines (16 loc) · 392 Bytes

OkHttps Stomp

介绍

基于 OkHttps 的 Stomp 协议实现

Maven
<dependency>
     <groupId>cn.zhxu</groupId>
     <artifactId>okhttps-stomp</artifactId>
     <version>3.5.3</version>
</dependency>
Gradle
implementation 'cn.zhxu:okhttps-stomp:3.5.3'