Download guava-testlib-19.0-rc3.jar file - Jar g

Jar examples for g:guava-testlib

Description

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 19.0-rc3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add guava-testlib-19.0-rc3.jar to your project.

<dependency>
   <groupId>com.google.guava</groupId>
   <artifactId>guava-testlib</artifactId>
   <version>19.0-rc3</version>
</dependency>
compile group: 'com.google.guava', name: 'guava-testlib', version: '19.0-rc3'
libraryDependencies += "com.google.guava" % "guava-testlib" % "19.0-rc3"
<dependency org="com.google.guava" name="guava-testlib" rev="19.0-rc3"/>
@Grapes(@Grab(group='com.google.guava', module='guava-testlib', version='19.0-rc3'))
'com.google.guava:guava-testlib:jar:19.0-rc3'

Download

Click the following link to download the jar file.

guava-testlib-19.0-rc3-javadoc.jar
guava-testlib-19.0-rc3-sources.jar
guava-testlib-19.0-rc3-test-sources.jar
guava-testlib-19.0-rc3-tests.jar
guava-testlib-19.0-rc3.jar
guava-testlib-19.0-rc3.pom



Related Tutorials