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