License |
License |
---|---|
Categories |
CategoriesCLI User Interface Google HTTP Client Net HTTP Clients |
GroupId | GroupIdcom.google.http-client |
ArtifactId | ArtifactIdgoogle-http-client-test |
Last Version | Last Version1.42.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionShared classes used for testing of artifacts in the Google HTTP Client Library for Java.
Google HTTP Client Library for Java
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.google.http-client/google-http-client-test/ -->
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-test</artifactId>
<version>1.42.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.http-client/google-http-client-test/
implementation 'com.google.http-client:google-http-client-test:1.42.0'
// https://jarcasting.com/artifacts/com.google.http-client/google-http-client-test/
implementation ("com.google.http-client:google-http-client-test:1.42.0")
'com.google.http-client:google-http-client-test:jar:1.42.0'
<dependency org="com.google.http-client" name="google-http-client-test" rev="1.42.0">
<artifact name="google-http-client-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.http-client', module='google-http-client-test', version='1.42.0')
)
libraryDependencies += "com.google.http-client" % "google-http-client-test" % "1.42.0"
[com.google.http-client/google-http-client-test "1.42.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.http-client : google-http-client | jar | 1.42.0 |
junit : junit | jar | 4.13.2 |
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 30.1.1-android |