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