your.cool/library

React Hooks for Clojurescript

Leiningen/Boot

[your.cool/library "1.0.0"]

Clojure CLI/deps.edn

your.cool/library {:mvn/version "1.0.0"}

Gradle

implementation("your.cool:library:1.0.0")

Maven

<dependency>
  <groupId>your.cool</groupId>
  <artifactId>library</artifactId>
  <version>1.0.0</version>
</dependency>