is not current version
Last Version 1.0.2

com.microsoft.azure.gateway:gateway-linux 1.0.0

Azure IoT Gateway SDK Binary Files for Linux (e.g. Ubuntu)

GroupId

GroupId

com.microsoft.azure.gateway
ArtifactId

ArtifactId

gateway-linux
Version

Version

1.0.0
Type

Type

jar

Download gateway-linux 1.0.0


<!-- https://jarcasting.com/artifacts/com.microsoft.azure.gateway/gateway-linux/ -->
<dependency>
    <groupId>com.microsoft.azure.gateway</groupId>
    <artifactId>gateway-linux</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure.gateway/gateway-linux/
implementation 'com.microsoft.azure.gateway:gateway-linux:1.0.0'
// https://jarcasting.com/artifacts/com.microsoft.azure.gateway/gateway-linux/
implementation ("com.microsoft.azure.gateway:gateway-linux:1.0.0")
'com.microsoft.azure.gateway:gateway-linux:jar:1.0.0'
<dependency org="com.microsoft.azure.gateway" name="gateway-linux" rev="1.0.0">
  <artifact name="gateway-linux" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure.gateway', module='gateway-linux', version='1.0.0')
)
libraryDependencies += "com.microsoft.azure.gateway" % "gateway-linux" % "1.0.0"
[com.microsoft.azure.gateway/gateway-linux "1.0.0"]