<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>2.8.7</version>
</dependency>
@Grapes(
@Grab(group='com.github.ben-manes.caffeine', module='caffeine', version='2.8.7')
)