GroupId | GroupIdcom.google.cloud.trace.instrumentation |
---|---|
ArtifactId | ArtifactIdcore-http |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
core-http-0.1.0.pom | |
core-http-0.1.0.jar | 7 KB |
core-http-0.1.0-sources.jar | 8 KB |
core-http-0.1.0-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.cloud.trace.instrumentation/core-http/ -->
<dependency>
<groupId>com.google.cloud.trace.instrumentation</groupId>
<artifactId>core-http</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.trace.instrumentation/core-http/
implementation 'com.google.cloud.trace.instrumentation:core-http:0.1.0'
// https://jarcasting.com/artifacts/com.google.cloud.trace.instrumentation/core-http/
implementation ("com.google.cloud.trace.instrumentation:core-http:0.1.0")
'com.google.cloud.trace.instrumentation:core-http:jar:0.1.0'
<dependency org="com.google.cloud.trace.instrumentation" name="core-http" rev="0.1.0">
<artifact name="core-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.trace.instrumentation', module='core-http', version='0.1.0')
)
libraryDependencies += "com.google.cloud.trace.instrumentation" % "core-http" % "0.1.0"
[com.google.cloud.trace.instrumentation/core-http "0.1.0"]