| Категории |
КатегорииJava Языки программирования CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.microsoft.azure.iothub-java-client |
| Идентификатор | Идентификаторwebsocket-transport-layer |
| Версия | Версия0.1.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure.iothub-java-client/websocket-transport-layer/ -->
<dependency>
<groupId>com.microsoft.azure.iothub-java-client</groupId>
<artifactId>websocket-transport-layer</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure.iothub-java-client/websocket-transport-layer/
implementation 'com.microsoft.azure.iothub-java-client:websocket-transport-layer:0.1.0'
// https://jarcasting.com/artifacts/com.microsoft.azure.iothub-java-client/websocket-transport-layer/
implementation ("com.microsoft.azure.iothub-java-client:websocket-transport-layer:0.1.0")
'com.microsoft.azure.iothub-java-client:websocket-transport-layer:jar:0.1.0'
<dependency org="com.microsoft.azure.iothub-java-client" name="websocket-transport-layer" rev="0.1.0">
<artifact name="websocket-transport-layer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure.iothub-java-client', module='websocket-transport-layer', version='0.1.0')
)
libraryDependencies += "com.microsoft.azure.iothub-java-client" % "websocket-transport-layer" % "0.1.0"
[com.microsoft.azure.iothub-java-client/websocket-transport-layer "0.1.0"]