I've created an app on App Engine with Java Maven quickstart. But including the Tink library in the dependencies and importing it the way described in its readme does not work as the library does not exist on Google Cloud and the readme is not intended for it.
I'm quite familiar with Java but new to Maven and GCP. How do I install the library manually?
UPD: The pre-built jar is available for Tink 1.0.0
If you are talking about App Engine Flex, you can setup dependencies; if you are talking about App Engine Standard, then you will need to manually download the jar files and place them in the library folders (/WEB-INF/lib).