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