Installation Instruction for Java7/8 developers
Downloading the jar file
curl -O -L https://github.com/inventit/mqtt-websocket-java/releases/download/1.0.1/mqtt-websocket-java-1.0.1.jar
Installing into your mvn local repository
mvn install:install-file -Dfile=mqtt-websocket-java-1.0.1.jar \
-DgroupId=io.inventit.dev -DartifactId=mqtt-websocket-java \
-Dversion=1.0.1 -Dpackaging=jar
Installation Instruction for Java6/Android developers
Make sure that this library itself does NOT offer MQTT over WebSocket on Android.
Wait for the release of the project(https://github.com/inventit/mqtt-websocket-jdk16-android).
Downloading the jar file
curl -O -L https://github.com/inventit/mqtt-websocket-java/releases/download/1.0.1/mqtt-websocket-java-1.0.1-jdk16.jar
Installing into your mvn local repository
mvn install:install-file -Dfile=mqtt-websocket-java-1.0.1-jdk16.jar \
-DgroupId=io.inventit.dev -DartifactId=mqtt-websocket-java \
-Dversion=1.0.1 -Dclassifier=jdk16 -Dpackaging=jar