Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.hivemq |
ArtifactId | ArtifactIdhivemq-mqtt-client |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
hivemq-mqtt-client-1.0.1.pom | |
hivemq-mqtt-client-1.0.1.jar | 996 KB |
hivemq-mqtt-client-1.0.1-sources.jar | 611 KB |
hivemq-mqtt-client-1.0.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hivemq/hivemq-mqtt-client/ -->
<dependency>
<groupId>com.hivemq</groupId>
<artifactId>hivemq-mqtt-client</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hivemq/hivemq-mqtt-client/
implementation 'com.hivemq:hivemq-mqtt-client:1.0.1'
// https://jarcasting.com/artifacts/com.hivemq/hivemq-mqtt-client/
implementation ("com.hivemq:hivemq-mqtt-client:1.0.1")
'com.hivemq:hivemq-mqtt-client:jar:1.0.1'
<dependency org="com.hivemq" name="hivemq-mqtt-client" rev="1.0.1">
<artifact name="hivemq-mqtt-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hivemq', module='hivemq-mqtt-client', version='1.0.1')
)
libraryDependencies += "com.hivemq" % "hivemq-mqtt-client" % "1.0.1"
[com.hivemq/hivemq-mqtt-client "1.0.1"]