is not current version
Last Version 2.2.1

com.google.cloud:google-cloud-api-gateway 1.0.1

API Gateway enables you to provide secure access to your backend services through a well-defined REST API that is consistent across all of your services, regardless of the service implementation. Clients consume your REST APIS to implement standalone apps for a mobile device or tablet, through apps running in a browser, or through any other type of app that can make a request to an HTTP endpoint.

Categories

Categories

Google Cloud Container PaaS Providers
GroupId

GroupId

com.google.cloud
ArtifactId

ArtifactId

google-cloud-api-gateway
Version

Version

1.0.1
Type

Type

jar

Download google-cloud-api-gateway 1.0.1


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