com.omarpolo/robotto

「ロボット」 is a clojure library to build telegram bots.

Leiningen/Boot

[com.omarpolo/robotto "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

com.omarpolo/robotto {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("com.omarpolo:robotto:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>com.omarpolo</groupId>
  <artifactId>robotto</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>