<dependency>
<groupId>org.clojure</groupId>
<artifactId>google-closure-library-third-party</artifactId>
<version>0.0-20170809-b9c14c6b</version>
</dependency>
implementation("org.clojure:google-closure-library-third-party:0.0-20170809-b9c14c6b")
libraryDependencies += "org.clojure" % "google-closure-library-third-party" % "0.0-20170809-b9c14c6b"
@Grapes(
@Grab(group='org.clojure', module='google-closure-library-third-party', version='0.0-20170809-b9c14c6b')
)
<dependency org="org.clojure" name="google-closure-library-third-party" rev="0.0-20170809-b9c14c6b" />
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>