Download telegram-bot-java-1.0.4.jar file - Jar t

Jar examples for t:telegram-bot-java

Description

A Java API library based on Telegram Bot API to create telegram bots

You can download jar file telegram-bot-java 1.0.4 in this page.

License

GNU General Public License, version 2

Build File

You can use the following script to add telegram-bot-java-1.0.4.jar to your project.

<dependency>
   <groupId>me.shib.java.lib</groupId>
   <artifactId>telegram-bot-java</artifactId>
   <version>1.0.4</version>
</dependency>
compile group: 'me.shib.java.lib', name: 'telegram-bot-java', version: '1.0.4'
libraryDependencies += "me.shib.java.lib" % "telegram-bot-java" % "1.0.4"
<dependency org="me.shib.java.lib" name="telegram-bot-java" rev="1.0.4"/>
@Grapes(@Grab(group='me.shib.java.lib', module='telegram-bot-java', version='1.0.4'))
'me.shib.java.lib:telegram-bot-java:jar:1.0.4'

Download

Click the following link to download the jar file.

telegram-bot-java-1.0.4-javadoc.jar
telegram-bot-java-1.0.4-sources.jar
telegram-bot-java-1.0.4.jar
telegram-bot-java-1.0.4.pom



Related Tutorials