| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGoogle Cloud Контейнер PaaS Providers |
| Группа | Группаcom.google.cloud |
| Идентификатор | Идентификаторgoogle-cloud-service-management |
| Версия | Версия2.1.7 |
| Тип | Типjar |
| Описание |
ОписаниеGoogle Service Management API
is a foundational platform for creating, managing, securing, and consuming APIs and services across organizations. It is used by Google APIs, Cloud APIs, Cloud Endpoints, and API Gateway. Service Infrastructure provides a wide range of features to service consumers and service producers, including authentication, authorization, auditing, rate limiting, analytics, billing, logging, and monitoring.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикGoogle LLC |
<!-- https://jarcasting.com/artifacts/com.google.cloud/google-cloud-service-management/ -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-service-management</artifactId>
<version>2.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-service-management/
implementation 'com.google.cloud:google-cloud-service-management:2.1.7'
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-service-management/
implementation ("com.google.cloud:google-cloud-service-management:2.1.7")
'com.google.cloud:google-cloud-service-management:jar:2.1.7'
<dependency org="com.google.cloud" name="google-cloud-service-management" rev="2.1.7">
<artifact name="google-cloud-service-management" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud', module='google-cloud-service-management', version='2.1.7')
)
libraryDependencies += "com.google.cloud" % "google-cloud-service-management" % "2.1.7"
[com.google.cloud/google-cloud-service-management "2.1.7"]