is not current version
Last Version 0.7.0

com.google.cloud.trace:root 0.1.0

Google Cloud Trace SDK for Java is a Java library that provides tools, best practices, and examples for integrating with Google Cloud Trace, a feature of Google Cloud Platform that collects, displays, and analyzes latency data from applications.

GroupId

GroupId

com.google.cloud.trace
ArtifactId

ArtifactId

root
Version

Version

0.1.0
Type

Type

pom

Download root 0.1.0

Filename Size
root-0.1.0.pom 3 KB
Browse

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