| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGoogle Cloud Контейнер PaaS Providers |
| Группа | Группаcom.google.cloud |
| Идентификатор | Идентификаторgoogle-cloud-shell |
| Версия | Версия2.1.12 |
| Тип | Типjar |
| Описание |
ОписаниеGoogle Cloud Shell
Cloud Shell is an interactive shell environment for Google Cloud that makes it easy for you to learn and experiment with Google Cloud and manage your projects and resources from your web browser.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикGoogle LLC |
| Имя Файла | Размер |
|---|---|
| google-cloud-shell-2.1.12.pom | |
| google-cloud-shell-2.1.12.jar | 25 KB |
| google-cloud-shell-2.1.12-tests.jar | 12 KB |
| google-cloud-shell-2.1.12-sources.jar | 21 KB |
| google-cloud-shell-2.1.12-javadoc.jar | 88 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.google.cloud/google-cloud-shell/ -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shell</artifactId>
<version>2.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-shell/
implementation 'com.google.cloud:google-cloud-shell:2.1.12'
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-shell/
implementation ("com.google.cloud:google-cloud-shell:2.1.12")
'com.google.cloud:google-cloud-shell:jar:2.1.12'
<dependency org="com.google.cloud" name="google-cloud-shell" rev="2.1.12">
<artifact name="google-cloud-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud', module='google-cloud-shell', version='2.1.12')
)
libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.1.12"
[com.google.cloud/google-cloud-shell "2.1.12"]