Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.microsoft.azure.iothub-java-client |
ArtifactId | ArtifactIdiothub-java-device-client |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure.iothub-java-client/iothub-java-device-client/ -->
<dependency>
<groupId>com.microsoft.azure.iothub-java-client</groupId>
<artifactId>iothub-java-device-client</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure.iothub-java-client/iothub-java-device-client/
implementation 'com.microsoft.azure.iothub-java-client:iothub-java-device-client:1.0.3'
// https://jarcasting.com/artifacts/com.microsoft.azure.iothub-java-client/iothub-java-device-client/
implementation ("com.microsoft.azure.iothub-java-client:iothub-java-device-client:1.0.3")
'com.microsoft.azure.iothub-java-client:iothub-java-device-client:jar:1.0.3'
<dependency org="com.microsoft.azure.iothub-java-client" name="iothub-java-device-client" rev="1.0.3">
<artifact name="iothub-java-device-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure.iothub-java-client', module='iothub-java-device-client', version='1.0.3')
)
libraryDependencies += "com.microsoft.azure.iothub-java-client" % "iothub-java-device-client" % "1.0.3"
[com.microsoft.azure.iothub-java-client/iothub-java-device-client "1.0.3"]