The Google Closure Library (JavaScript)
https://code.google.com/p/closure-library/

Google does not publish the Closure Library as a Maven
artifact. So we publish our own JARs for use in
ClojureScript.

This Closure Library release is not yet included in
ClojureScript.

Leiningen dependency:

[org.clojure/google-closure-library "0.0-20140226-71326067"]

Maven dependency:

<dependency>
  <groupId>org.clojure</groupId>
  <artifactId>google-closure-library</artifactId>
  <version>0.0-20140226-71326067</version>
</dependency>

Google has not made a versioned relase of the Google Closure
Library since February 2013. Now they just publish a Git
repository. This release follows the versioning scheme of
past Google Closure Library releases, 0.0 - DATE - GIT SHA

google-closure-library is released under the Apache License
2.0, but it depends on google-closure-library-third-party,
which contains JavaScript libraries borrowed from other
projects under a variety of different licenses. See the
Google Closure Library sources for details. You can exclude
google-closure-library-third-party from your project to
avoid these other licenses, but note that some files in
google-closure-library require files in
google-closure-library-third-party.

Artifact details here:
http://search.maven.org/#artifactdetails%7Corg.clojure%7Cgoogle-closure-library%7C0.0-20140226-71326067%7Cjar

Built from scripts here:
https://github.com/clojure/clojurescript/blob/bae40ab9a9924a05a7425a734de2315c3185a5f6/script/closure-library-release/make-closure-library-jars.sh

On this branch:
https://github.com/clojure/clojurescript/tree/gclosure-lib-release-from-git

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to