| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.feingto |
| Идентификатор | Идентификаторiot-hub-client |
| Версия | Версия2.3.0.RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| iot-hub-client-2.3.0.RELEASE.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.feingto/iot-hub-client/ -->
<dependency>
<groupId>com.feingto</groupId>
<artifactId>iot-hub-client</artifactId>
<version>2.3.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.feingto/iot-hub-client/
implementation 'com.feingto:iot-hub-client:2.3.0.RELEASE'
// https://jarcasting.com/artifacts/com.feingto/iot-hub-client/
implementation ("com.feingto:iot-hub-client:2.3.0.RELEASE")
'com.feingto:iot-hub-client:pom:2.3.0.RELEASE'
<dependency org="com.feingto" name="iot-hub-client" rev="2.3.0.RELEASE">
<artifact name="iot-hub-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.feingto', module='iot-hub-client', version='2.3.0.RELEASE')
)
libraryDependencies += "com.feingto" % "iot-hub-client" % "2.3.0.RELEASE"
[com.feingto/iot-hub-client "2.3.0.RELEASE"]