<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-boot-starter</artifactId>
<version>1.0.0-RC5</version>
</dependency>
@Grapes(
@Grab(group='org.zalando', module='logbook-spring-boot-starter', version='1.0.0-RC5')
)
<parent> <groupId>org.zalando</groupId> <artifactId>logbook-parent</artifactId> <version>1.0.0-RC5</version> </parent>
compile
|-- org.zalando:logbook-httpclient
|-- org.zalando:logbook-servlet
|-- org.glassfish:javax.servlet
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.security:spring-security-web
|-- org.springframework.boot:spring-boot-configuration-processor
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.mockito:mockito-core:2.0.93-beta
test