<dependency>
<groupId>net.bull.javamelody</groupId>
<artifactId>javamelody-spring-boot-starter</artifactId>
<version>2.0.0</version>
</dependency>
@Grapes(
@Grab(group='net.bull.javamelody', module='javamelody-spring-boot-starter', version='2.0.0')
)
<dependency org="net.bull.javamelody" name="javamelody-spring-boot-starter" rev="2.0.0" />
compile
|-- net.bull.javamelody:javamelody-core
|-- org.springframework.boot:spring-boot-starter-aop
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework:spring-context-support
|-- org.quartz-scheduler:quartz
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-actuator
test
|-- org.springframework:spring-test
|-- junit:junit