License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdinfo.unterrainer.commons |
ArtifactId | ArtifactIdmqtt-client |
Last Version | Last Version0.0.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMqttClient
The parent-pom for all our java projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
mqtt-client-0.0.11.pom | |
mqtt-client-0.0.11.jar | 18 KB |
mqtt-client-0.0.11-sources.jar | 8 KB |
mqtt-client-0.0.11-javadoc.jar | 449 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.unterrainer.commons/mqtt-client/ -->
<dependency>
<groupId>info.unterrainer.commons</groupId>
<artifactId>mqtt-client</artifactId>
<version>0.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/info.unterrainer.commons/mqtt-client/
implementation 'info.unterrainer.commons:mqtt-client:0.0.11'
// https://jarcasting.com/artifacts/info.unterrainer.commons/mqtt-client/
implementation ("info.unterrainer.commons:mqtt-client:0.0.11")
'info.unterrainer.commons:mqtt-client:jar:0.0.11'
<dependency org="info.unterrainer.commons" name="mqtt-client" rev="0.0.11">
<artifact name="mqtt-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.unterrainer.commons', module='mqtt-client', version='0.0.11')
)
libraryDependencies += "info.unterrainer.commons" % "mqtt-client" % "0.0.11"
[info.unterrainer.commons/mqtt-client "0.0.11"]
Group / Artifact | Type | Version |
---|---|---|
info.unterrainer.commons : jre-utils | jar | 0.2.13 |
info.unterrainer.commons : serialization | jar | 0.1.9 |
org.eclipse.paho : org.eclipse.paho.client.mqttv3 | jar | 1.2.5 |
org.mapstruct : mapstruct-processor | jar | 1.5.0.Beta2 |
org.slf4j : slf4j-api | jar | 2.0.0-alpha5 |
org.slf4j : slf4j-log4j12 | jar | 2.0.0-alpha5 |
org.slf4j : slf4j-simple | jar | 2.0.0-alpha5 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.18 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
org.assertj : assertj-core | jar | 3.21.0 |
org.mockito : mockito-core | jar | 4.1.0 |
org.mockito : mockito-junit-jupiter | jar | 4.1.0 |