is not current version
Last Version 23.3-jre

com.google.guava:guava-tests 18.0-rc2

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

18.0-rc2
Type

Type

jar

Download guava-tests 18.0-rc2


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