| License |
License |
|---|---|
| GroupId | GroupIdcom.microsoft.azure.gateway |
| ArtifactId | ArtifactIdgateway-linux |
| Version | Version1.0.2 |
| Type | Typejar |
| Description |
DescriptionAzure IoT Edge Binaries (Linux)
Azure IoT Edge Binary Files for Linux (e.g. Ubuntu)
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gateway-linux-1.0.2.pom | |
| gateway-linux-1.0.2.jar | 16 MB |
| gateway-linux-1.0.2-sources.jar | 16 MB |
| gateway-linux-1.0.2-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure.gateway/gateway-linux/ -->
<dependency>
<groupId>com.microsoft.azure.gateway</groupId>
<artifactId>gateway-linux</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure.gateway/gateway-linux/
implementation 'com.microsoft.azure.gateway:gateway-linux:1.0.2'
// https://jarcasting.com/artifacts/com.microsoft.azure.gateway/gateway-linux/
implementation ("com.microsoft.azure.gateway:gateway-linux:1.0.2")
'com.microsoft.azure.gateway:gateway-linux:jar:1.0.2'
<dependency org="com.microsoft.azure.gateway" name="gateway-linux" rev="1.0.2">
<artifact name="gateway-linux" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure.gateway', module='gateway-linux', version='1.0.2')
)
libraryDependencies += "com.microsoft.azure.gateway" % "gateway-linux" % "1.0.2"
[com.microsoft.azure.gateway/gateway-linux "1.0.2"]