GroupId | GroupIdcom.google.apis |
---|---|
ArtifactId | ArtifactIdgoogle-api-services-testing |
Version | Versionv1-rev5-1.22.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.google.apis/google-api-services-testing/ -->
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-testing</artifactId>
<version>v1-rev5-1.22.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.apis/google-api-services-testing/
implementation 'com.google.apis:google-api-services-testing:v1-rev5-1.22.0'
// https://jarcasting.com/artifacts/com.google.apis/google-api-services-testing/
implementation ("com.google.apis:google-api-services-testing:v1-rev5-1.22.0")
'com.google.apis:google-api-services-testing:jar:v1-rev5-1.22.0'
<dependency org="com.google.apis" name="google-api-services-testing" rev="v1-rev5-1.22.0">
<artifact name="google-api-services-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.apis', module='google-api-services-testing', version='v1-rev5-1.22.0')
)
libraryDependencies += "com.google.apis" % "google-api-services-testing" % "v1-rev5-1.22.0"
[com.google.apis/google-api-services-testing "v1-rev5-1.22.0"]