As @aozarov mentioned in #45, it'd be nice to avoid depending on appengine-api-1.0-sdk (17Mb jar) when not necessary. Alternate options include: - Use "provided" or a like as a maven dependency - Use reflection to invoke methods on AppIdentityService. gcloud-java used to do the latter.
As @aozarov mentioned in #45, it'd be nice to avoid depending on appengine-api-1.0-sdk (17Mb jar) when not necessary.
Alternate options include: