Jar examples for g:guava-testlib
Guava testlib is a set of java classes used for more convenient unit testing - particularly to assist the tests for Guava itself.
You can download jar file guava-testlib 11.0.2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add guava-testlib-11.0.2.jar to your project.
<dependency> <groupId>com.google.guava</groupId> <artifactId>guava-testlib</artifactId> <version>11.0.2</version> </dependency>
compile group: 'com.google.guava', name: 'guava-testlib', version: '11.0.2'
libraryDependencies += "com.google.guava" % "guava-testlib" % "11.0.2"
<dependency org="com.google.guava" name="guava-testlib" rev="11.0.2"/>
@Grapes(@Grab(group='com.google.guava', module='guava-testlib', version='11.0.2'))
'com.google.guava:guava-testlib:jar:11.0.2'
Click the following link to download the jar file.
guava-testlib-11.0.2-javadoc.jar