| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииClojure Языки программирования |
| Группа | Группаorg.clojure |
| Идентификатор | Идентификаторgoogle-closure-library-third-party |
| Версия | Версия0.0-20211011-0726fdeb |
| Тип | Типjar |
| Описание |
ОписаниеGoogle 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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- 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"]