This is not the very latest release. The latest is 23.2-jre, but that version introduces a deprecation warning: "The method javaLetterOrDigit() from the type CharMatcher is deprecated" Change-Id: I277ccc0be4d986b092232d9f23a8fff19be03c5f
		
			
				
	
	
		
			6 lines
		
	
	
		
			175 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			175 B
		
	
	
	
		
			Python
		
	
	
	
	
	
GUAVA_VERSION = "23.0"
 | 
						|
 | 
						|
GUAVA_BIN_SHA1 = "c947004bb13d18182be60077ade044099e4f26f1"
 | 
						|
 | 
						|
GUAVA_DOC_URL = "https://google.github.io/guava/releases/" + GUAVA_VERSION + "/api/docs/"
 |