<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-cache_2.12</artifactId>
<version>20.1.0</version>
</dependency>
compile
|-- org.scala-lang:scala-library:2.12.8
|-- com.twitter:util-core_2.12:20.1.0
|-- org.scala-lang.modules:scala-collection-compat_2.12: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