MVN

com.google.cloud.trace : root

Maven & Gradle

Feb 16, 2018
48 stars

Google Cloud Trace Java SDK Root Project · 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.

<dependency>
    <groupId>com.google.cloud.trace</groupId>
    <artifactId>root</artifactId>
    <version>0.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.cloud.trace : root to add to Maven - Latest Versions:

  • Latest Stable: 0.7.0

All Versions

Choose a version of com.google.cloud.trace : root to add to Maven - All Versions:

Version Vulnerabilities Updated
0.7.x
root-0.7.0
0.6.x
root-0.6.0
0.5.x
root-0.5.0
0.4.x
root-0.4.0
0.3.x
root-0.3.2
root-0.3.1
root-0.3.0
0.2.x
root-0.2.3
root-0.2.2
root-0.2.1
root-0.2.0
0.1.x
root-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.google.cloud.trace</groupId>
    <artifactId>root</artifactId>
    <version>0.7.0</version>
</dependency>

Advertisement