guava-testlib

guava-testlib

Guava testlib is a set of java classes used for more convenient unit testing - particularly to assist the tests for Guava itself.
Files download
File Operation
guava-testlib-32.0.0-jre.jar download
guava-testlib-32.0.0-jre.pom download
guava-testlib-32.0.0-jre-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava-testlib</artifactId>
  <version>32.0.0-jre</version>
</dependency>
Gradle Groovy
implementation 'com.google.guava:guava-testlib:32.0.0-jre'
Gradle Kotlin
implementation("com.google.guava:guava-testlib:32.0.0-jre")
Scala SBT
libraryDependencies += "com.google.guava" % "guava-testlib" % "32.0.0-jre"
Groovy Grape
@Grapes(
  @Grab(group='com.google.guava', module='guava-testlib', version='32.0.0-jre')
)
Apache Ivy
<dependency org="com.google.guava" name="guava-testlib" rev="32.0.0-jre" />
Leiningen
[com.google.guava/guava-testlib "32.0.0-jre"]
Apache Buildr
'com.google.guava:guava-testlib:jar:32.0.0-jre'