Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 420 Bytes

File metadata and controls

24 lines (16 loc) · 420 Bytes

OkHttps Stomp

介绍

基于 OkHttps 的 Stomp 协议实现

Maven
<dependency>
     <groupId>com.ejlchina</groupId>
     <artifactId>okhttps-stomp</artifactId>
     <version>3.1.1</version>
</dependency>
Gradle
implementation 'com.ejlchina:okhttps-stomp:3.1.1'