If you do not have yay installed, then follow these steps to install it first
yayyay -S docker docker-composeIf you do not have yay installed, then follow these steps to install it first
yayyay -S docker docker-compose| /* | |
| implementation("com.google.apis:google-api-services-forms:v1-rev20220307-1.32.1") | |
| implementation("com.google.apis:google-api-services-drive:v3-rev20220214-1.32.1") | |
| implementation ("com.google.api-client:google-api-client-jackson2:1.28.1") | |
| implementation("com.google.auth:google-auth-library-oauth2-http:1.5.3") | |
| */ | |
| import com.google.api.client.googleapis.javanet.GoogleNetHttpTransport; | |
| import com.google.api.client.json.JsonFactory; | |
| import com.google.api.client.json.jackson2.JacksonFactory; |