License |
License |
---|---|
GroupId | GroupIdorg.telegram |
ArtifactId | ArtifactIdtelegramapi |
Version | Version66.2 |
Type | Typejar |
Description |
DescriptionTelegram Api
Java library to create Telegram Clients
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
telegramapi-66.2.pom | |
telegramapi-66.2.jar | 1 MB |
telegramapi-66.2-sources.jar | 931 KB |
telegramapi-66.2-javadoc.jar | 6 MB |
telegramapi-66.2-jar-with-dependencies.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.telegram/telegramapi/ -->
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegramapi</artifactId>
<version>66.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.telegram/telegramapi/
implementation 'org.telegram:telegramapi:66.2'
// https://jarcasting.com/artifacts/org.telegram/telegramapi/
implementation ("org.telegram:telegramapi:66.2")
'org.telegram:telegramapi:jar:66.2'
<dependency org="org.telegram" name="telegramapi" rev="66.2">
<artifact name="telegramapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.telegram', module='telegramapi', version='66.2')
)
libraryDependencies += "org.telegram" % "telegramapi" % "66.2"
[org.telegram/telegramapi "66.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 15.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.json : json | jar | 20160212 |
commons-io : commons-io | jar | 1.3.2 |