Download google-closure-library-0.0-20140226-71326067.jar file - Jar g

Jar examples for g:google-closure-library

Description

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/ This release fixes bugs in the 0.0-1376 release surrounding use of the Google Closure Library third-party extensions. If you need to use the third-party extensions, you will also need to depend on google-closure-library-third-party 0.0-1376-2.

You can download jar file google-closure-library 0.0-20140226-71326067 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add google-closure-library-0.0-20140226-71326067.jar to your project.

<dependency>
   <groupId>org.clojure</groupId>
   <artifactId>google-closure-library</artifactId>
   <version>0.0-20140226-71326067</version>
</dependency>
compile group: 'org.clojure', name: 'google-closure-library', version: '0.0-20140226-71326067'
libraryDependencies += "org.clojure" % "google-closure-library" % "0.0-20140226-71326067"
<dependency org="org.clojure" name="google-closure-library" rev="0.0-20140226-71326067"/>
@Grapes(@Grab(group='org.clojure', module='google-closure-library', version='0.0-20140226-71326067'))
'org.clojure:google-closure-library:jar:0.0-20140226-71326067'

Download

Click the following link to download the jar file.

google-closure-library-0.0-20140226-71326067.jar
google-closure-library-0.0-20140226-71326067.pom



Related Tutorials