Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.aliyun.openservices |
ArtifactId | ArtifactIdiot-client |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
iot-client-1.1.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun.openservices/iot-client/ -->
<dependency>
<groupId>com.aliyun.openservices</groupId>
<artifactId>iot-client</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.openservices/iot-client/
implementation 'com.aliyun.openservices:iot-client:1.1.0'
// https://jarcasting.com/artifacts/com.aliyun.openservices/iot-client/
implementation ("com.aliyun.openservices:iot-client:1.1.0")
'com.aliyun.openservices:iot-client:pom:1.1.0'
<dependency org="com.aliyun.openservices" name="iot-client" rev="1.1.0">
<artifact name="iot-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.openservices', module='iot-client', version='1.1.0')
)
libraryDependencies += "com.aliyun.openservices" % "iot-client" % "1.1.0"
[com.aliyun.openservices/iot-client "1.1.0"]