License |
License |
---|---|
Categories |
CategoriesGoogle Cloud Container PaaS Providers |
GroupId | GroupIdcom.google.cloud |
ArtifactId | ArtifactIdgoogle-cloud-api-gateway |
Last Version | Last Version2.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle API Gateway
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.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationGoogle LLC |
<!-- https://jarcasting.com/artifacts/com.google.cloud/google-cloud-api-gateway/ -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-api-gateway</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-api-gateway/
implementation 'com.google.cloud:google-cloud-api-gateway:2.2.1'
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-api-gateway/
implementation ("com.google.cloud:google-cloud-api-gateway:2.2.1")
'com.google.cloud:google-cloud-api-gateway:jar:2.2.1'
<dependency org="com.google.cloud" name="google-cloud-api-gateway" rev="2.2.1">
<artifact name="google-cloud-api-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud', module='google-cloud-api-gateway', version='2.2.1')
)
libraryDependencies += "com.google.cloud" % "google-cloud-api-gateway" % "2.2.1"
[com.google.cloud/google-cloud-api-gateway "2.2.1"]