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