<dependency>
<groupId>com.wavefront</groupId>
<artifactId>wavefront-spring-boot</artifactId>
<version>3.0.0</version>
</dependency>
@Grapes(
@Grab(group='com.wavefront', module='wavefront-spring-boot', version='3.0.0')
)
<parent> <groupId>com.wavefront</groupId> <artifactId>wavefront-spring-boot-parent</artifactId> <version>3.0.0</version> </parent>
compile
|-- org.springframework.boot:spring-boot-autoconfigure:3.0.0
|-- org.springframework.boot:spring-boot-actuator-autoconfigure:3.0.0
|-- com.wavefront:wavefront-sdk-java:3.0.3
|-- org.springframework:spring-web:6.0.2
|-- io.micrometer:micrometer-registry-wavefront:1.10.2
|-- io.micrometer:micrometer-tracing-reporter-wavefront:1.0.0
|-- io.micrometer:micrometer-tracing:1.0.0
|-- io.micrometer:micrometer-tracing-bridge-brave:1.0.0
|-- io.micrometer:micrometer-tracing-bridge-otel:1.0.0
|-- org.springframework.boot:spring-boot-configuration-processor:3.0.0