is not current version
Last Version 0.0-20211011-0726fdeb

org.clojure:google-closure-library 0.0-20201211-3e6c510d

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/

Categories

Categories

Clojure Languages
GroupId

GroupId

org.clojure
ArtifactId

ArtifactId

google-closure-library
Version

Version

0.0-20201211-3e6c510d
Type

Type

jar

Download google-closure-library 0.0-20201211-3e6c510d


<!-- https://jarcasting.com/artifacts/org.clojure/google-closure-library/ -->
<dependency>
    <groupId>org.clojure</groupId>
    <artifactId>google-closure-library</artifactId>
    <version>0.0-20201211-3e6c510d</version>
</dependency>
// https://jarcasting.com/artifacts/org.clojure/google-closure-library/
implementation 'org.clojure:google-closure-library:0.0-20201211-3e6c510d'
// https://jarcasting.com/artifacts/org.clojure/google-closure-library/
implementation ("org.clojure:google-closure-library:0.0-20201211-3e6c510d")
'org.clojure:google-closure-library:jar:0.0-20201211-3e6c510d'
<dependency org="org.clojure" name="google-closure-library" rev="0.0-20201211-3e6c510d">
  <artifact name="google-closure-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.clojure', module='google-closure-library', version='0.0-20201211-3e6c510d')
)
libraryDependencies += "org.clojure" % "google-closure-library" % "0.0-20201211-3e6c510d"
[org.clojure/google-closure-library "0.0-20201211-3e6c510d"]