<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>1.3.1</version>
</dependency>
@Grapes(
@Grab(group='com.github.ben-manes.caffeine', module='caffeine', version='1.3.1')
)
compile
|-- com.github.ben-manes.caffeine:tracing-api:1.3.1
provided
|-- com.google.errorprone:error_prone_annotations:2.0.4
|-- com.google.code.findbugs:jsr305:3.0.0
test
|-- com.jayway.awaitility:awaitility:1.6.3
|-- com.google.guava:guava:18.0
|-- com.github.ben-manes.caffeine:simulator:1.3.1
|-- org.mockito:mockito-core:2.0.29-beta
|-- com.google.inject:guice:4.0
|-- org.hamcrest:java-hamcrest:2.0.0.0