| GroupId | GroupIdorg.springframework.cloud | 
    
|---|---|
| ArtifactId | ArtifactIdspring-cloud-gcp-starter-trace | 
    
| Version | Version1.2.4.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-gcp-starter-trace/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-gcp-starter-trace</artifactId>
    <version>1.2.4.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-gcp-starter-trace/
implementation 'org.springframework.cloud:spring-cloud-gcp-starter-trace:1.2.4.RELEASE'
                // https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-gcp-starter-trace/
implementation ("org.springframework.cloud:spring-cloud-gcp-starter-trace:1.2.4.RELEASE")
                'org.springframework.cloud:spring-cloud-gcp-starter-trace:jar:1.2.4.RELEASE'
                <dependency org="org.springframework.cloud" name="spring-cloud-gcp-starter-trace" rev="1.2.4.RELEASE">
  <artifact name="spring-cloud-gcp-starter-trace" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-gcp-starter-trace', version='1.2.4.RELEASE')
)
                libraryDependencies += "org.springframework.cloud" % "spring-cloud-gcp-starter-trace" % "1.2.4.RELEASE"
                [org.springframework.cloud/spring-cloud-gcp-starter-trace "1.2.4.RELEASE"]