License |
License |
---|---|
GroupId | GroupIdcom.envisioniot |
ArtifactId | ArtifactIdenos-mqtt |
Last Version | Last Version2.2.16 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEnOS IoT SDK for MQTT
EnOS Device SDK For Java (MQTT)
|
Project URL |
Project URL |
Filename | Size |
---|---|
enos-mqtt-2.2.16.pom | |
enos-mqtt-2.2.16.jar | 201 KB |
enos-mqtt-2.2.16-sources.jar | 169 KB |
enos-mqtt-2.2.16-javadoc.jar | 229 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.envisioniot/enos-mqtt/ -->
<dependency>
<groupId>com.envisioniot</groupId>
<artifactId>enos-mqtt</artifactId>
<version>2.2.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.envisioniot/enos-mqtt/
implementation 'com.envisioniot:enos-mqtt:2.2.16'
// https://jarcasting.com/artifacts/com.envisioniot/enos-mqtt/
implementation ("com.envisioniot:enos-mqtt:2.2.16")
'com.envisioniot:enos-mqtt:jar:2.2.16'
<dependency org="com.envisioniot" name="enos-mqtt" rev="2.2.16">
<artifact name="enos-mqtt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.envisioniot', module='enos-mqtt', version='2.2.16')
)
libraryDependencies += "com.envisioniot" % "enos-mqtt" % "2.2.16"
[com.envisioniot/enos-mqtt "2.2.16"]
Group / Artifact | Type | Version |
---|---|---|
com.envisioniot : enos-core | jar | 0.2.2 |
org.eclipse.paho : org.eclipse.paho.client.mqttv3 | jar | 1.2.2 |
org.lz4 : lz4-java | jar | 1.6.0 |
org.anarres.lzo : lzo-core | jar | 1.0.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : java-hamcrest | jar | 2.0.0.0 |