License |
License |
---|---|
Categories |
CategoriesGuava General Purpose Libraries Utility |
GroupId | GroupIdcom.google.guava |
ArtifactId | ArtifactIdguava-testlib-jdk5 |
Last Version | Last Version17.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGuava Testing Library (JDK5 Backport)
Guava testlib is a set of java classes used for more convenient
unit testing - particularly to assist the tests for Guava itself.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
guava-testlib-jdk5-17.0.pom | |
guava-testlib-jdk5-17.0.jar | 624 KB |
guava-testlib-jdk5-17.0-sources.jar | 350 KB |
guava-testlib-jdk5-17.0-site.jar | 15 KB |
guava-testlib-jdk5-17.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.guava/guava-testlib-jdk5/ -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-testlib-jdk5</artifactId>
<version>17.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.guava/guava-testlib-jdk5/
implementation 'com.google.guava:guava-testlib-jdk5:17.0'
// https://jarcasting.com/artifacts/com.google.guava/guava-testlib-jdk5/
implementation ("com.google.guava:guava-testlib-jdk5:17.0")
'com.google.guava:guava-testlib-jdk5:jar:17.0'
<dependency org="com.google.guava" name="guava-testlib-jdk5" rev="17.0">
<artifact name="guava-testlib-jdk5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.guava', module='guava-testlib-jdk5', version='17.0')
)
libraryDependencies += "com.google.guava" % "guava-testlib-jdk5" % "17.0"
[com.google.guava/guava-testlib-jdk5 "17.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 1.3.9 |
com.google.guava : guava-jdk5 | jar | 17.0 |
junit : junit | jar | 4.8.2 |
org.truth0 : truth | jar | 0.13 |
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava-bootstrap-jdk5 | jar | 17.0 |