is not current version
Last Version 1.0.2

com.microsoft.azure.gateway:gateway-module-base 1.0.1

Azure IoT Edge Module Parent POM

GroupId

GroupId

com.microsoft.azure.gateway
ArtifactId

ArtifactId

gateway-module-base
Version

Version

1.0.1
Type

Type

pom

Download gateway-module-base 1.0.1


<!-- 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.1</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.1'
// https://jarcasting.com/artifacts/com.microsoft.azure.gateway/gateway-module-base/
implementation ("com.microsoft.azure.gateway:gateway-module-base:1.0.1")
'com.microsoft.azure.gateway:gateway-module-base:pom:1.0.1'
<dependency org="com.microsoft.azure.gateway" name="gateway-module-base" rev="1.0.1">
  <artifact name="gateway-module-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure.gateway', module='gateway-module-base', version='1.0.1')
)
libraryDependencies += "com.microsoft.azure.gateway" % "gateway-module-base" % "1.0.1"
[com.microsoft.azure.gateway/gateway-module-base "1.0.1"]