| License |
License |
|---|---|
| GroupId | GroupIdorg.telegram |
| ArtifactId | ArtifactIdtelegrambots |
| Last Version | Last Version6.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTelegram Bots
Easy to use library to create Telegram Bots
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| telegrambots-6.1.0.pom | |
| telegrambots-6.1.0.jar | 50 KB |
| telegrambots-6.1.0-sources.jar | 27 KB |
| telegrambots-6.1.0-javadoc.jar | 540 KB |
| telegrambots-6.1.0-jar-with-dependencies.jar | 12 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.telegram/telegrambots/ -->
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots</artifactId>
<version>6.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.telegram/telegrambots/
implementation 'org.telegram:telegrambots:6.1.0'
// https://jarcasting.com/artifacts/org.telegram/telegrambots/
implementation ("org.telegram:telegrambots:6.1.0")
'org.telegram:telegrambots:jar:6.1.0'
<dependency org="org.telegram" name="telegrambots" rev="6.1.0">
<artifact name="telegrambots" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.telegram', module='telegrambots', version='6.1.0')
)
libraryDependencies += "org.telegram" % "telegrambots" % "6.1.0"
[org.telegram/telegrambots "6.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.telegram : telegrambots-meta | jar | 6.1.0 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.2 |
| com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.13.2 |
| com.fasterxml.jackson.module : jackson-module-jaxb-annotations | jar | 2.13.2 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2.2 |
| org.glassfish.jersey.inject : jersey-hk2 | jar | |
| org.glassfish.jersey.media : jersey-media-json-jackson | jar | |
| org.glassfish.jersey.containers : jersey-container-grizzly2-http | jar | |
| org.glassfish.jersey.core : jersey-server | jar | |
| org.json : json | jar | 20220320 |
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| org.apache.httpcomponents : httpmime | jar | 4.5.13 |
| commons-io : commons-io | jar | 2.11.0 |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.24 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish.jersey.test-framework : jersey-test-framework-core | jar | |
| org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-grizzly2 | jar | |
| org.mockito : mockito-core | jar | 4.6.1 |
| org.mockito : mockito-junit-jupiter | jar | 4.6.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |