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