Group Id org.clojure
Artifact Id google-closure-library
Version 0.0-790
Packaging jar
URL -
Badge
Last Updated 2012-01-20T10:25:53+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.clojure</groupId>
    <artifactId>google-closure-library</artifactId>
    <version>0.0-790</version>
</dependency>
implementation group: 'org.clojure', name: 'google-closure-library', version: '0.0-790'
implementation 'org.clojure:google-closure-library:0.0-790'
implementation("org.clojure:google-closure-library:0.0-790")
libraryDependencies += "org.clojure" % "google-closure-library" % "0.0-790"
<dependency org="org.clojure" name="google-closure-library" rev="0.0-790"/>
@Grapes(
    @Grab(group='org.clojure', module='google-closure-library', version='0.0-790')
)
[org.clojure/google-closure-library "0.0-790"]
'org.clojure:google-closure-library:0.0-790'