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