jubot

Chatbot framework in Clojure

Leiningen/Boot

[jubot "0.1.0"]

Clojure CLI/deps.edn

jubot/jubot {:mvn/version "0.1.0"}

Gradle

implementation("jubot:jubot:0.1.0")

Maven

<dependency>
  <groupId>jubot</groupId>
  <artifactId>jubot</artifactId>
  <version>0.1.0</version>
</dependency>