is not current version
Last Version 2.2.1

com.google.cloud:google-cloud-shell 2.0.0

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.

Categories

Categories

Google Cloud Container PaaS Providers
GroupId

GroupId

com.google.cloud
ArtifactId

ArtifactId

google-cloud-shell
Version

Version

2.0.0
Type

Type

jar

Download google-cloud-shell 2.0.0


<!-- https://jarcasting.com/artifacts/com.google.cloud/google-cloud-shell/ -->
<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-cloud-shell</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-shell/
implementation 'com.google.cloud:google-cloud-shell:2.0.0'
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-shell/
implementation ("com.google.cloud:google-cloud-shell:2.0.0")
'com.google.cloud:google-cloud-shell:jar:2.0.0'
<dependency org="com.google.cloud" name="google-cloud-shell" rev="2.0.0">
  <artifact name="google-cloud-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud', module='google-cloud-shell', version='2.0.0')
)
libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.0.0"
[com.google.cloud/google-cloud-shell "2.0.0"]