<dependency>
<groupId>com.wavefront</groupId>
<artifactId>wavefront-spring-boot</artifactId>
<version>2.3.1</version>
</dependency>
@Grapes(
@Grab(group='com.wavefront', module='wavefront-spring-boot', version='2.3.1')
)
<parent> <groupId>com.wavefront</groupId> <artifactId>wavefront-spring-boot-parent</artifactId> <version>2.3.1</version> </parent>
compile
|-- org.springframework.boot:spring-boot-autoconfigure:2.7.5
|-- org.springframework.boot:spring-boot-actuator-autoconfigure:2.7.5
|-- com.wavefront:wavefront-runtime-sdk-jvm:1.3.10
|-- com.wavefront:wavefront-sdk-java:3.0.3
|-- org.springframework:spring-web:5.3.23
|-- com.wavefront:wavefront-opentracing-sdk-java:2.2.2
|-- io.micrometer:micrometer-registry-wavefront:1.9.5
|-- org.springframework.cloud:spring-cloud-sleuth-autoconfigure:3.1.5
|-- org.springframework.cloud:spring-cloud-sleuth-brave:3.1.5
|-- org.springframework.boot:spring-boot-configuration-processor:2.7.5