gerrit/lib/GUAVA_VERSION
David Pursehouse 1dc90a724d Fix references to Guava classes from extension API Javadoc
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
2016-09-08 17:12:41 +09:00

3 lines
113 B
Plaintext

GUAVA_VERSION = '19.0'
GUAVA_DOC_URL = 'https://google.github.io/guava/releases/' + GUAVA_VERSION + '/api/docs/'