Hey I just completed moving much of the code solutions in my App Engine clojure template into their own libraries and changing the licenses to reflect that change. I also noticed my leiningen template documentation was referencing an incorrect group 😞 so people were bing mislead around usage and installation.
Here it is. https://github.com/nickbauman/cljgae-template
Anyway this is version 0.3.0.
The libraries the template uses are now their own clojars artifacts:
gaeclj-auth authorization helpers
gaeclj-ds datastore query DSL
gaeclj-gcs cloud storage and app identity helpers
gaeclj-pq task queue helpers
Nice, @nickbauman !