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-31.1-jre.jar download
guava-testlib-31.1-jre.pom download
guava-testlib-31.1-jre-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava-testlib</artifactId>
  <version>31.1-jre</version>
</dependency>
Gradle Groovy
implementation 'com.google.guava:guava-testlib:31.1-jre'
Gradle Kotlin
implementation("com.google.guava:guava-testlib:31.1-jre")
Scala SBT
libraryDependencies += "com.google.guava" % "guava-testlib" % "31.1-jre"
Groovy Grape
@Grapes(
  @Grab(group='com.google.guava', module='guava-testlib', version='31.1-jre')
)
Apache Ivy
<dependency org="com.google.guava" name="guava-testlib" rev="31.1-jre" />
Leiningen
[com.google.guava/guava-testlib "31.1-jre"]
Apache Buildr
'com.google.guava:guava-testlib:jar:31.1-jre'