Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.ti-net.mqtt |
ArtifactId | ArtifactIdonline |
Version | Version1.3.6 |
Type | Typeaar |
Filename | Size |
---|---|
online-1.3.6.pom | |
online-1.3.6.aar | 927 KB |
online-1.3.6-sources.jar | 774 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ti-net.mqtt/online/ -->
<dependency>
<groupId>com.ti-net.mqtt</groupId>
<artifactId>online</artifactId>
<version>1.3.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.ti-net.mqtt/online/
implementation 'com.ti-net.mqtt:online:1.3.6'
// https://jarcasting.com/artifacts/com.ti-net.mqtt/online/
implementation ("com.ti-net.mqtt:online:1.3.6")
'com.ti-net.mqtt:online:aar:1.3.6'
<dependency org="com.ti-net.mqtt" name="online" rev="1.3.6">
<artifact name="online" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.ti-net.mqtt', module='online', version='1.3.6')
)
libraryDependencies += "com.ti-net.mqtt" % "online" % "1.3.6"
[com.ti-net.mqtt/online "1.3.6"]