| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.microsoft.azure.gateway |
| Идентификатор | Идентификаторgateway-module-base |
| Версия | Версия1.0.2 |
| Тип | Типpom |
| Описание |
ОписаниеAzure IoT Edge Module Parent POM
Azure IoT Edge Module Parent POM
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| gateway-module-base-1.0.2.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure.gateway/gateway-module-base/ -->
<dependency>
<groupId>com.microsoft.azure.gateway</groupId>
<artifactId>gateway-module-base</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure.gateway/gateway-module-base/
implementation 'com.microsoft.azure.gateway:gateway-module-base:1.0.2'
// https://jarcasting.com/artifacts/com.microsoft.azure.gateway/gateway-module-base/
implementation ("com.microsoft.azure.gateway:gateway-module-base:1.0.2")
'com.microsoft.azure.gateway:gateway-module-base:pom:1.0.2'
<dependency org="com.microsoft.azure.gateway" name="gateway-module-base" rev="1.0.2">
<artifact name="gateway-module-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure.gateway', module='gateway-module-base', version='1.0.2')
)
libraryDependencies += "com.microsoft.azure.gateway" % "gateway-module-base" % "1.0.2"
[com.microsoft.azure.gateway/gateway-module-base "1.0.2"]