g

google-closure-library

The Google Closure Library is a collection of JavaScript code designed for use with the Google Closure JavaScript Compiler. This non-official distribution was prepared by the ClojureScript team at http://clojure.org/
http://code.google.com/p/closure-library/
The Apache Software License, Version 2.0
Google
Google, Inc. Mohamed Mansour Bjorn Tipling SameGoal LLC Guido Tapia Andrew Mattie Ilia Mirkin Ivan Kozik Rich Dougherty
Files download
File Operation
google-closure-library-0.0-20140718-946a7d39.jar download
google-closure-library-0.0-20140718-946a7d39.pom download
Apache Maven
<dependency>
  <groupId>org.clojure</groupId>
  <artifactId>google-closure-library</artifactId>
  <version>0.0-20140718-946a7d39</version>
</dependency>
Gradle Groovy
implementation 'org.clojure:google-closure-library:0.0-20140718-946a7d39'
Gradle Kotlin
implementation("org.clojure:google-closure-library:0.0-20140718-946a7d39")
Scala SBT
libraryDependencies += "org.clojure" % "google-closure-library" % "0.0-20140718-946a7d39"
Groovy Grape
@Grapes(
  @Grab(group='org.clojure', module='google-closure-library', version='0.0-20140718-946a7d39')
)
Apache Ivy
<dependency org="org.clojure" name="google-closure-library" rev="0.0-20140718-946a7d39" />
Leiningen
[org.clojure/google-closure-library "0.0-20140718-946a7d39"]
Apache Buildr
'org.clojure:google-closure-library:jar:0.0-20140718-946a7d39'