<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-cache_2.11</artifactId>
<version>19.11.0</version>
</dependency>
compile
|-- org.scala-lang:scala-library:2.11.12
|-- com.twitter:util-core_2.11:19.11.0
|-- org.scala-lang.modules:scala-collection-compat_2.11:2.1.2
|-- com.github.ben-manes.caffeine:caffeine:2.8.0
|-- com.google.code.findbugs:jsr305:2.0.1
test
|-- com.novocode:junit-interface:0.11