License |
License |
---|---|
GroupId | GroupIdcom.craxiom |
ArtifactId | ArtifactIdmqtt-library |
Version | Version0.2.1 |
Type | Typepom |
Description |
DescriptionMQTT Connection Library
An MQTT UI and connection controller that can be used in an Android app
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mqtt-library-0.2.1.pom | |
mqtt-library-0.2.1-release.aar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.craxiom/mqtt-library/ -->
<dependency>
<groupId>com.craxiom</groupId>
<artifactId>mqtt-library</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.craxiom/mqtt-library/
implementation 'com.craxiom:mqtt-library:0.2.1'
// https://jarcasting.com/artifacts/com.craxiom/mqtt-library/
implementation ("com.craxiom:mqtt-library:0.2.1")
'com.craxiom:mqtt-library:pom:0.2.1'
<dependency org="com.craxiom" name="mqtt-library" rev="0.2.1">
<artifact name="mqtt-library" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.craxiom', module='mqtt-library', version='0.2.1')
)
libraryDependencies += "com.craxiom" % "mqtt-library" % "0.2.1"
[com.craxiom/mqtt-library "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
androidx.appcompat » appcompat | jar | 1.2.0 |
com.google.android.material » material | jar | 1.3.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 | 4.7.1 |