1dc90a724d
ExternalIncludedIn has a reference to Multimap, so we need to add Guava as a dependency and also provide the link to Guava's Javadocs. Change-Id: I3aa7b7bfdb81df7b310b2ce81e7dea78e3ba0f3b
3 lines
113 B
Plaintext
3 lines
113 B
Plaintext
GUAVA_VERSION = '19.0'
|
|
GUAVA_DOC_URL = 'https://google.github.io/guava/releases/' + GUAVA_VERSION + '/api/docs/'
|