is not current version
Last Version 1.2.1

com.google.cloud:google-cloud-debugger-client 1.1.2

Cloud Debugger is a feature of Google Cloud Platform that lets you inspect the state of an application, at any code location, without stopping or slowing down the running app. Cloud Debugger makes it easier to view the application state without adding logging statements.

Categories

Categories

CLI User Interface Google Cloud Container PaaS Providers
GroupId

GroupId

com.google.cloud
ArtifactId

ArtifactId

google-cloud-debugger-client
Version

Version

1.1.2
Type

Type

jar

Download google-cloud-debugger-client 1.1.2


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