License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.pengrad |
ArtifactId | ArtifactIdjava-telegram-bot-api |
Last Version | Last Version6.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJavaTelegramBotApi
Java API for Telegram Bot API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-telegram-bot-api-6.0.1.pom | |
java-telegram-bot-api-6.0.1.jar | 224 KB |
java-telegram-bot-api-6.0.1-sources.jar | 140 KB |
java-telegram-bot-api-6.0.1-javadoc.jar | 677 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pengrad/java-telegram-bot-api/ -->
<dependency>
<groupId>com.github.pengrad</groupId>
<artifactId>java-telegram-bot-api</artifactId>
<version>6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pengrad/java-telegram-bot-api/
implementation 'com.github.pengrad:java-telegram-bot-api:6.0.1'
// https://jarcasting.com/artifacts/com.github.pengrad/java-telegram-bot-api/
implementation ("com.github.pengrad:java-telegram-bot-api:6.0.1")
'com.github.pengrad:java-telegram-bot-api:jar:6.0.1'
<dependency org="com.github.pengrad" name="java-telegram-bot-api" rev="6.0.1">
<artifact name="java-telegram-bot-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pengrad', module='java-telegram-bot-api', version='6.0.1')
)
libraryDependencies += "com.github.pengrad" % "java-telegram-bot-api" % "6.0.1"
[com.github.pengrad/java-telegram-bot-api "6.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.6 |
com.squareup.okhttp3 : okhttp | jar | 4.9.0 |
com.squareup.okhttp3 : logging-interceptor | jar | 4.9.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
nl.jqno.equalsverifier : equalsverifier | jar | 3.1.13 |
org.reflections : reflections | jar | 0.9.12 |