Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 443 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 443 Bytes

JTeleBot-Core

A Java tool to manage telegram bots

Please find the current release documentation on http://nixtabyte.github.io/JTeleBot-Core/apidocs-0.1.0/index.html

You can download the dependency from the central maven repository

<dependency>
  <groupId>io.github.nixtabyte.telegram</groupId>
  <artifactId>jtelebot-core</artifactId>
  <version>0.1.0</version>
</dependency>