License |
License |
---|---|
Categories |
CategoriesJava Languages Ant Build Tools |
GroupId | GroupIdcom.antonioaltieri.telegram |
ArtifactId | ArtifactIdtelegram-java-bot-api |
Last Version | Last Version1.3.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTelegram Java bot api
A simple Telegram bot API.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
telegram-java-bot-api-1.3.7.pom | |
telegram-java-bot-api-1.3.7.jar | 67 KB |
telegram-java-bot-api-1.3.7-sources.jar | 37 KB |
telegram-java-bot-api-1.3.7-javadoc.jar | 295 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.antonioaltieri.telegram/telegram-java-bot-api/ -->
<dependency>
<groupId>com.antonioaltieri.telegram</groupId>
<artifactId>telegram-java-bot-api</artifactId>
<version>1.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.antonioaltieri.telegram/telegram-java-bot-api/
implementation 'com.antonioaltieri.telegram:telegram-java-bot-api:1.3.7'
// https://jarcasting.com/artifacts/com.antonioaltieri.telegram/telegram-java-bot-api/
implementation ("com.antonioaltieri.telegram:telegram-java-bot-api:1.3.7")
'com.antonioaltieri.telegram:telegram-java-bot-api:jar:1.3.7'
<dependency org="com.antonioaltieri.telegram" name="telegram-java-bot-api" rev="1.3.7">
<artifact name="telegram-java-bot-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antonioaltieri.telegram', module='telegram-java-bot-api', version='1.3.7')
)
libraryDependencies += "com.antonioaltieri.telegram" % "telegram-java-bot-api" % "1.3.7"
[com.antonioaltieri.telegram/telegram-java-bot-api "1.3.7"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |