com.xadecimal/expose-api

A Clojure library to automatically generate public API namespaces by wrapping and exposing functions and macros from implementation namespaces.

Leiningen/Boot

[com.xadecimal/expose-api "0.3.0"]

Clojure CLI/deps.edn

com.xadecimal/expose-api {:mvn/version "0.3.0"}

Gradle

implementation("com.xadecimal:expose-api:0.3.0")

Maven

<dependency>
  <groupId>com.xadecimal</groupId>
  <artifactId>expose-api</artifactId>
  <version>0.3.0</version>
</dependency>