GroupId | GroupIdcom.microsoft.azure.gateway |
---|---|
ArtifactId | ArtifactIdgateway-module-base |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
gateway-module-base-1.0.1.pom | 7 KB |
Browse |
<!-- 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"]