Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.wso2.analytics.is |
ArtifactId | ArtifactIdmqtt-client |
Version | Version5.8.0-m18 |
Type | Typepom |
Filename | Size |
---|---|
mqtt-client-5.8.0-m18.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.analytics.is/mqtt-client/ -->
<dependency>
<groupId>org.wso2.analytics.is</groupId>
<artifactId>mqtt-client</artifactId>
<version>5.8.0-m18</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.analytics.is/mqtt-client/
implementation 'org.wso2.analytics.is:mqtt-client:5.8.0-m18'
// https://jarcasting.com/artifacts/org.wso2.analytics.is/mqtt-client/
implementation ("org.wso2.analytics.is:mqtt-client:5.8.0-m18")
'org.wso2.analytics.is:mqtt-client:pom:5.8.0-m18'
<dependency org="org.wso2.analytics.is" name="mqtt-client" rev="5.8.0-m18">
<artifact name="mqtt-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.analytics.is', module='mqtt-client', version='5.8.0-m18')
)
libraryDependencies += "org.wso2.analytics.is" % "mqtt-client" % "5.8.0-m18"
[org.wso2.analytics.is/mqtt-client "5.8.0-m18"]