is not current version
Last Version 23.3-jre

com.google.guava:guava-tests 12.0-rc1

The unit tests for the Guava libraries - separated into a separate artifact to allow for the testlibs to depend on guava itself.

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

com.google.guava
ArtifactId

ArtifactId

guava-tests
Version

Version

12.0-rc1
Type

Type

jar

Download guava-tests 12.0-rc1


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