| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | | <component name="libraryTable"> |  |   <library name="Maven: com.google.guava:guava:32.1.2-jre"> |  |     <CLASSES> |  |       <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar!/" /> |  |     </CLASSES> |  |     <JAVADOC> |  |       <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre-javadoc.jar!/" /> |  |     </JAVADOC> |  |     <SOURCES> |  |       <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre-sources.jar!/" /> |  |     </SOURCES> |  |   </library> |  | </component> | 
 |