License |
License |
---|---|
Categories |
CategoriesClojure Languages |
GroupId | GroupIdorg.clojure |
ArtifactId | ArtifactIdgoogle-closure-library-third-party |
Last Version | Last Version0.0-20211011-0726fdeb |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle Closure Library Third-Party Extensions
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 package contains extensions to the Google Closure Library
using third-party components, which may be distributed under
licenses other than the Apache license. Licenses for individual
library components may be found in source-code comments.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.clojure/google-closure-library-third-party/ -->
<dependency>
<groupId>org.clojure</groupId>
<artifactId>google-closure-library-third-party</artifactId>
<version>0.0-20211011-0726fdeb</version>
</dependency>
// https://jarcasting.com/artifacts/org.clojure/google-closure-library-third-party/
implementation 'org.clojure:google-closure-library-third-party:0.0-20211011-0726fdeb'
// https://jarcasting.com/artifacts/org.clojure/google-closure-library-third-party/
implementation ("org.clojure:google-closure-library-third-party:0.0-20211011-0726fdeb")
'org.clojure:google-closure-library-third-party:jar:0.0-20211011-0726fdeb'
<dependency org="org.clojure" name="google-closure-library-third-party" rev="0.0-20211011-0726fdeb">
<artifact name="google-closure-library-third-party" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.clojure', module='google-closure-library-third-party', version='0.0-20211011-0726fdeb')
)
libraryDependencies += "org.clojure" % "google-closure-library-third-party" % "0.0-20211011-0726fdeb"
[org.clojure/google-closure-library-third-party "0.0-20211011-0726fdeb"]