-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Walletobjects api service not on Maven? #75
Comments
@dbhathena Do you use the jar file? I guess I will build my own pojos. Updates of Jar files are hard to keep track of. Please explain the reason? |
@pfaffenrodt I downloaded the jar file and have been using that so far, which works fine but is unideal. |
I stand corrected...by myself. For PHP, one can (and should!) install the libs using composer:
... this will also install composer package Then the I will update this repo with a MR for this. |
@dbhathena the same seems to be true for Java: https://github.com/googleapis/google-api-java-client-services/tree/main/clients/google-api-services-walletobjects/v1 |
I am looking to implement the Google Wallet API in Java, and have been following the instructions here. However I noticed that the
google-api-services-walletobjects
artifact is not in Maven, and is only available as a jar download here, and is also not made available within the Google API Java Client. Why is this, and can it be added to Maven so my project can access the artifact without having to download and install the jar locally? Thanks!The text was updated successfully, but these errors were encountered: