org.finos.symphony/bot-unfurl

A bot that looks for URIs in messages and 'unfurls' them into a new message.

Leiningen/Boot

[org.finos.symphony/bot-unfurl "1.0.5"]

Clojure CLI/deps.edn

org.finos.symphony/bot-unfurl {:mvn/version "1.0.5"}

Gradle

implementation("org.finos.symphony:bot-unfurl:1.0.5")

Maven

<dependency>
  <groupId>org.finos.symphony</groupId>
  <artifactId>bot-unfurl</artifactId>
  <version>1.0.5</version>
</dependency>