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