Skip to content

Releases: inventit/mqtt-websocket-java

1.0.1

29 Nov 10:31
Compare
Choose a tag to compare

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

1.0.0

30 Jun 12:55
Compare
Choose a tag to compare

Installation Instruction

Downloading the jar file

curl -O -L https://github.com/inventit/mqtt-websocket-java/releases/download/1.0.0/mqtt-websocket-java-1.0.0.jar

Installing into your mvn local repository

mvn install:install-file -Dfile=mqtt-websocket-java-1.0.0.jar \
    -DgroupId=io.inventit.dev -DartifactId=mqtt-websocket-java \
    -Dversion=1.0.0 -Dpackaging=jar