is not current version
Last Version 31.1-jre

Guava Testing Library 31.0.1-jre

Guava testlib is a set of java classes used for more convenient unit testing - particularly to assist the tests for Guava itself.

License

License

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

com.google.guava
ArtifactId

ArtifactId

guava-testlib
Version

Version

31.0.1-jre
Type

Type

jar
Description

Description

Guava Testing Library
Guava testlib is a set of java classes used for more convenient unit testing - particularly to assist the tests for Guava itself.

Download guava-testlib 31.0.1-jre


<!-- https://jarcasting.com/artifacts/com.google.guava/guava-testlib/ -->
<dependency>
    <groupId>com.google.guava</groupId>
    <artifactId>guava-testlib</artifactId>
    <version>31.0.1-jre</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.guava/guava-testlib/
implementation 'com.google.guava:guava-testlib:31.0.1-jre'
// https://jarcasting.com/artifacts/com.google.guava/guava-testlib/
implementation ("com.google.guava:guava-testlib:31.0.1-jre")
'com.google.guava:guava-testlib:jar:31.0.1-jre'
<dependency org="com.google.guava" name="guava-testlib" rev="31.0.1-jre">
  <artifact name="guava-testlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.guava', module='guava-testlib', version='31.0.1-jre')
)
libraryDependencies += "com.google.guava" % "guava-testlib" % "31.0.1-jre"
[com.google.guava/guava-testlib "31.0.1-jre"]

Dependencies

compile (6)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2
org.checkerframework : checker-qual jar 3.12.0
com.google.errorprone : error_prone_annotations jar 2.7.1
com.google.j2objc : j2objc-annotations jar 1.3
com.google.guava : guava jar 31.0.1-jre
junit : junit jar 4.13.2

test (1)

Group / Artifact Type Version
com.google.truth : truth jar 1.1.2

Project Modules

There are no modules declared in this project.