| License |
License |
|---|---|
| Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
| GroupId | GroupIdcom.google.cloud.trace |
| ArtifactId | ArtifactIdguice |
| Version | Version0.7.0 |
| Type | Typepom |
| Description |
DescriptionGoogle Cloud Trace Java SDK Guice Support Libraries
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.
|
| Filename | Size |
|---|---|
| guice-0.7.0.pom | 937 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.cloud.trace/guice/ -->
<dependency>
<groupId>com.google.cloud.trace</groupId>
<artifactId>guice</artifactId>
<version>0.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.trace/guice/
implementation 'com.google.cloud.trace:guice:0.7.0'
// https://jarcasting.com/artifacts/com.google.cloud.trace/guice/
implementation ("com.google.cloud.trace:guice:0.7.0")
'com.google.cloud.trace:guice:pom:0.7.0'
<dependency org="com.google.cloud.trace" name="guice" rev="0.7.0">
<artifact name="guice" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.trace', module='guice', version='0.7.0')
)
libraryDependencies += "com.google.cloud.trace" % "guice" % "0.7.0"
[com.google.cloud.trace/guice "0.7.0"]