<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>1.0.1</version>
</dependency>
@Grapes(
@Grab(group='com.github.ben-manes.caffeine', module='caffeine', version='1.0.1')
)
compile
|-- com.github.ben-manes.caffeine:tracing-api:1.0.1
|-- com.google.code.findbugs:jsr305:3.0.0
test
|-- com.github.ben-manes.caffeine:simulator:1.0.1
|-- com.google.guava:guava:18.0
|-- com.jayway.awaitility:awaitility-scala:1.6.3
|-- org.mockito:mockito-core:1.10.19
|-- com.github.ben-manes.caffeine:tracing-api:1.0.1