License |
License |
---|---|
Categories |
CategoriesCLI User Interface Google Cloud Container PaaS Providers |
GroupId | GroupIdcom.google.cloud |
ArtifactId | ArtifactIdgoogle-cloud-debugger-client |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle Cloud Debugger
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.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationGoogle LLC |
<!-- 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.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-debugger-client/
implementation 'com.google.cloud:google-cloud-debugger-client:1.2.1'
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-debugger-client/
implementation ("com.google.cloud:google-cloud-debugger-client:1.2.1")
'com.google.cloud:google-cloud-debugger-client:jar:1.2.1'
<dependency org="com.google.cloud" name="google-cloud-debugger-client" rev="1.2.1">
<artifact name="google-cloud-debugger-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud', module='google-cloud-debugger-client', version='1.2.1')
)
libraryDependencies += "com.google.cloud" % "google-cloud-debugger-client" % "1.2.1"
[com.google.cloud/google-cloud-debugger-client "1.2.1"]