License |
License |
---|---|
Categories |
CategoriesGoogle Cloud Container PaaS Providers |
GroupId | GroupIdcom.github.japgolly.fork.google-cloud-trace |
ArtifactId | ArtifactIdannotation |
Version | Version0.3.3 |
Type | Typejar |
Description |
DescriptionGoogle Cloud Trace Java SDK Annotations
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
annotation-0.3.3.pom | |
annotation-0.3.3.jar | 4 KB |
annotation-0.3.3-sources.jar | 6 KB |
annotation-0.3.3-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.japgolly.fork.google-cloud-trace/annotation/ -->
<dependency>
<groupId>com.github.japgolly.fork.google-cloud-trace</groupId>
<artifactId>annotation</artifactId>
<version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.japgolly.fork.google-cloud-trace/annotation/
implementation 'com.github.japgolly.fork.google-cloud-trace:annotation:0.3.3'
// https://jarcasting.com/artifacts/com.github.japgolly.fork.google-cloud-trace/annotation/
implementation ("com.github.japgolly.fork.google-cloud-trace:annotation:0.3.3")
'com.github.japgolly.fork.google-cloud-trace:annotation:jar:0.3.3'
<dependency org="com.github.japgolly.fork.google-cloud-trace" name="annotation" rev="0.3.3">
<artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.japgolly.fork.google-cloud-trace', module='annotation', version='0.3.3')
)
libraryDependencies += "com.github.japgolly.fork.google-cloud-trace" % "annotation" % "0.3.3"
[com.github.japgolly.fork.google-cloud-trace/annotation "0.3.3"]