GroupId | GroupIdcom.microsoft.azure.gateway |
---|---|
ArtifactId | ArtifactIdgateway-linux |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
gateway-linux-1.0.0.pom | |
gateway-linux-1.0.0.jar | 16 MB |
gateway-linux-1.0.0-sources.jar | 16 MB |
gateway-linux-1.0.0-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.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"]