is not current version
Last Version 31.1-jre

com.google.guava:guava-testlib 30.0-jre

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

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

com.google.guava
ArtifactId

ArtifactId

guava-testlib
Version

Version

30.0-jre
Type

Type

jar

Download guava-testlib 30.0-jre


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