The unit tests for the Guava libraries - separated into a separate artifact to allow for the testlibs to depend on guava itself.
'com.google.guava:guava-tests:13.0'
<dependency> <groupId>com.google.guava</groupId> <artifactId>guava-tests</artifactId> <version>13.0</version> </dependency>
<dependency org="com.google.guava" name="guava-tests" rev="13.0"/>
"com.google.guava", "guava-tests", "13.0"