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-20150805-acd8b553.jar download
google-closure-library-0.0-20150805-acd8b553.pom download
google-closure-library-0.0-20150805-acd8b553-sources.jar download
Apache Maven
<dependency>
  <groupId>org.clojure</groupId>
  <artifactId>google-closure-library</artifactId>
  <version>0.0-20150805-acd8b553</version>
</dependency>
Gradle Groovy
implementation 'org.clojure:google-closure-library:0.0-20150805-acd8b553'
Gradle Kotlin
implementation("org.clojure:google-closure-library:0.0-20150805-acd8b553")
Scala SBT
libraryDependencies += "org.clojure" % "google-closure-library" % "0.0-20150805-acd8b553"
Groovy Grape
@Grapes(
  @Grab(group='org.clojure', module='google-closure-library', version='0.0-20150805-acd8b553')
)
Apache Ivy
<dependency org="org.clojure" name="google-closure-library" rev="0.0-20150805-acd8b553" />
Leiningen
[org.clojure/google-closure-library "0.0-20150805-acd8b553"]
Apache Buildr
'org.clojure:google-closure-library:jar:0.0-20150805-acd8b553'