<dependency>
<groupId>com.wavefront</groupId>
<artifactId>wavefront-spring-boot-starter</artifactId>
<version>3.0.0</version>
</dependency>
@Grapes(
@Grab(group='com.wavefront', module='wavefront-spring-boot-starter', 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-starter-actuator:3.0.0
|-- com.wavefront:wavefront-spring-boot:3.0.0
|-- io.micrometer:micrometer-registry-wavefront:1.10.2
|-- io.micrometer:micrometer-tracing-reporter-wavefront:1.0.0