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