is not current version
Last Version 2.2.1

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

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

0.1.0
Type

Type

jar

Download google-cloud-api-gateway 0.1.0


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