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