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