Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 429 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 429 Bytes

STOMP protocol via WebSocket

Fork of https://github.com/NaikSoftware/StompProtocolAndroid with android dependencies removed

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>

<dependency>
    <groupId>com.github.regbo</groupId>
    <artifactId>lfp-stomp-protocol</artifactId>
    <version>{{LATEST}}</version>
</dependency>