Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.microsoft.azure.sdk.iot |
ArtifactId | ArtifactIdiot-service-client |
Version | Version2.0.0-preview-001 |
Type | Typejar |
<!-- 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>2.0.0-preview-001</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure.sdk.iot/iot-service-client/
implementation 'com.microsoft.azure.sdk.iot:iot-service-client:2.0.0-preview-001'
// https://jarcasting.com/artifacts/com.microsoft.azure.sdk.iot/iot-service-client/
implementation ("com.microsoft.azure.sdk.iot:iot-service-client:2.0.0-preview-001")
'com.microsoft.azure.sdk.iot:iot-service-client:jar:2.0.0-preview-001'
<dependency org="com.microsoft.azure.sdk.iot" name="iot-service-client" rev="2.0.0-preview-001">
<artifact name="iot-service-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure.sdk.iot', module='iot-service-client', version='2.0.0-preview-001')
)
libraryDependencies += "com.microsoft.azure.sdk.iot" % "iot-service-client" % "2.0.0-preview-001"
[com.microsoft.azure.sdk.iot/iot-service-client "2.0.0-preview-001"]