| License |
License |
|---|---|
| Categories |
CategoriesGuava General Purpose Libraries Utility |
| GroupId | GroupIdcom.google.guava |
| ArtifactId | ArtifactIdguava-testlib |
| Last Version | Last Version31.1-jre |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGuava Testing Library
Guava testlib is a set of java classes used for more convenient
unit testing - particularly to assist the tests for Guava itself.
|
| Filename | Size |
|---|---|
| guava-testlib-31.1-jre.pom | |
| guava-testlib-31.1-jre.jar | 429 KB |
| guava-testlib-31.1-jre-sources.jar | 251 KB |
| guava-testlib-31.1-jre-site.jar | 14 KB |
| guava-testlib-31.1-jre-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.guava/guava-testlib/ -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-testlib</artifactId>
<version>31.1-jre</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.guava/guava-testlib/
implementation 'com.google.guava:guava-testlib:31.1-jre'
// https://jarcasting.com/artifacts/com.google.guava/guava-testlib/
implementation ("com.google.guava:guava-testlib:31.1-jre")
'com.google.guava:guava-testlib:jar:31.1-jre'
<dependency org="com.google.guava" name="guava-testlib" rev="31.1-jre">
<artifact name="guava-testlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.guava', module='guava-testlib', version='31.1-jre')
)
libraryDependencies += "com.google.guava" % "guava-testlib" % "31.1-jre"
[com.google.guava/guava-testlib "31.1-jre"]
| 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.11.0 |
| com.google.j2objc : j2objc-annotations | jar | 1.3 |
| com.google.guava : guava | jar | 31.1-jre |
| junit : junit | jar | 4.13.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.truth : truth | jar | 1.1.2 |