Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.microsoft.azure.sdk.iot |
ArtifactId | ArtifactIdiot-service-client |
Version | Version1.33.2 |
Type | Typejar |
Filename | Size |
---|---|
iot-service-client-1.33.2.pom | |
iot-service-client-1.33.2.jar | 296 KB |
iot-service-client-1.33.2-sources.jar | 230 KB |
iot-service-client-1.33.2-javadoc.jar | 875 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure.sdk.iot/iot-service-client/ -->
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-service-client</artifactId>
<version>1.33.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure.sdk.iot/iot-service-client/
implementation 'com.microsoft.azure.sdk.iot:iot-service-client:1.33.2'
// https://jarcasting.com/artifacts/com.microsoft.azure.sdk.iot/iot-service-client/
implementation ("com.microsoft.azure.sdk.iot:iot-service-client:1.33.2")
'com.microsoft.azure.sdk.iot:iot-service-client:jar:1.33.2'
<dependency org="com.microsoft.azure.sdk.iot" name="iot-service-client" rev="1.33.2">
<artifact name="iot-service-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure.sdk.iot', module='iot-service-client', version='1.33.2')
)
libraryDependencies += "com.microsoft.azure.sdk.iot" % "iot-service-client" % "1.33.2"
[com.microsoft.azure.sdk.iot/iot-service-client "1.33.2"]