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