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:14.0.1'
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-tests</artifactId>
<version>14.0.1</version>
</dependency>
<dependency org="com.google.guava" name="guava-tests" rev="14.0.1"/>
"com.google.guava", "guava-tests", "14.0.1"