Releases: inventit/mqtt-websocket-jdk16-android
Releases · inventit/mqtt-websocket-jdk16-android
1.0.0
Dependency
This library requires mqtt-webscoket-java. Read the installation instruction and install it prior to installing this library.
This library can be used for your Android apps as well as Java6 apps.
Downloading the jar file
curl -O -L https://github.com/inventit/mqtt-websocket-jdk16-android/releases/download/1.0.0/mqtt-websocket-jdk16-android-1.0.0.jar
Installing into your mvn local repository
mvn install:install-file -Dfile=mqtt-websocket-jdk16-android-1.0.0.jar \
-DgroupId=io.inventit.dev -DartifactId=mqtt-websocket-jdk16-android \
-Dversion=1.0.0 -Dpackaging=jar