| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.google.api |
| Идентификатор | Идентификаторgax-bom |
| Версия | Версия2.17.0 |
| Тип | Типpom |
| Описание |
ОписаниеGAX (Google Api eXtensions) for Java
Google Api eXtensions for Java
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| gax-bom-2.17.0.pom | |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.google.api/gax-bom/ -->
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-bom</artifactId>
<version>2.17.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.api/gax-bom/
implementation 'com.google.api:gax-bom:2.17.0'
// https://jarcasting.com/artifacts/com.google.api/gax-bom/
implementation ("com.google.api:gax-bom:2.17.0")
'com.google.api:gax-bom:pom:2.17.0'
<dependency org="com.google.api" name="gax-bom" rev="2.17.0">
<artifact name="gax-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.api', module='gax-bom', version='2.17.0')
)
libraryDependencies += "com.google.api" % "gax-bom" % "2.17.0"
[com.google.api/gax-bom "2.17.0"]