Download guava-testlib-23.5-jre.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 23.5-jre in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add guava-testlib-23.5-jre.jar to your project.

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

Download

Click the following link to download the jar file.

guava-testlib-23.5-jre-javadoc.jar
guava-testlib-23.5-jre-sources.jar
guava-testlib-23.5-jre-test-sources.jar
guava-testlib-23.5-jre-tests.jar
guava-testlib-23.5-jre.jar
guava-testlib-23.5-jre.pom



Related Tutorials