MQTT Connection Library

An MQTT UI and connection controller that can be used in an Android app

License

License

GroupId

GroupId

com.craxiom
ArtifactId

ArtifactId

mqtt-library
Last Version

Last Version

0.4.5
Release Date

Release Date

Type

Type

aar
Description

Description

MQTT Connection Library
An MQTT UI and connection controller that can be used in an Android app
Project URL

Project URL

https://github.com/christianrowlands/android-mqtt-connection-lib
Source Code Management

Source Code Management

https://github.com/christianrowlands/android-mqtt-connection-lib

Download mqtt-library

How to add to project

<!-- https://jarcasting.com/artifacts/com.craxiom/mqtt-library/ -->
<dependency>
    <groupId>com.craxiom</groupId>
    <artifactId>mqtt-library</artifactId>
    <version>0.4.5</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.craxiom/mqtt-library/
implementation 'com.craxiom:mqtt-library:0.4.5'
// https://jarcasting.com/artifacts/com.craxiom/mqtt-library/
implementation ("com.craxiom:mqtt-library:0.4.5")
'com.craxiom:mqtt-library:aar:0.4.5'
<dependency org="com.craxiom" name="mqtt-library" rev="0.4.5">
  <artifact name="mqtt-library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.craxiom', module='mqtt-library', version='0.4.5')
)
libraryDependencies += "com.craxiom" % "mqtt-library" % "0.4.5"
[com.craxiom/mqtt-library "0.4.5"]

Dependencies

runtime (5)

Group / Artifact Type Version
androidx.appcompat » appcompat jar 1.3.0
com.google.android.material » material jar 1.4.0
com.hivemq : hivemq-mqtt-client jar 1.2.2
com.google.protobuf : protobuf-java-util jar 3.15.3
com.jakewharton.timber : timber jar 5.0.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0