clj-commons/unfurl

This library implements "URL unfurling" approximately according to how Slack does it.

Leiningen/Boot

[clj-commons/unfurl "1.0.122"]

Clojure CLI/deps.edn

clj-commons/unfurl {:mvn/version "1.0.122"}

Gradle

implementation("clj-commons:unfurl:1.0.122")

Maven

<dependency>
  <groupId>clj-commons</groupId>
  <artifactId>unfurl</artifactId>
  <version>1.0.122</version>
</dependency>