is not current version
Last Version 23.3-jre

com.google.guava:guava-tests 23.0-android

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

23.0-android
Type

Type

jar

Download guava-tests 23.0-android


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