GroupId | GroupIdcom.microsoft.azure.sdk.iot |
---|---|
ArtifactId | ArtifactIdiot-deps |
Version | Version0.15.3 |
Type | Typejar |
Filename | Size |
---|---|
iot-deps-0.15.3.pom | |
iot-deps-0.15.3.jar | 156 KB |
iot-deps-0.15.3-sources.jar | 139 KB |
iot-deps-0.15.3-javadoc.jar | 515 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure.sdk.iot/iot-deps/ -->
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-deps</artifactId>
<version>0.15.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure.sdk.iot/iot-deps/
implementation 'com.microsoft.azure.sdk.iot:iot-deps:0.15.3'
// https://jarcasting.com/artifacts/com.microsoft.azure.sdk.iot/iot-deps/
implementation ("com.microsoft.azure.sdk.iot:iot-deps:0.15.3")
'com.microsoft.azure.sdk.iot:iot-deps:jar:0.15.3'
<dependency org="com.microsoft.azure.sdk.iot" name="iot-deps" rev="0.15.3">
<artifact name="iot-deps" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure.sdk.iot', module='iot-deps', version='0.15.3')
)
libraryDependencies += "com.microsoft.azure.sdk.iot" % "iot-deps" % "0.15.3"
[com.microsoft.azure.sdk.iot/iot-deps "0.15.3"]