Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.pengrad |
ArtifactId | ArtifactIdjava-telegram-bot-api |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
java-telegram-bot-api-1.2.2.pom | |
java-telegram-bot-api-1.2.2.jar | 34 KB |
java-telegram-bot-api-1.2.2-sources.jar | 20 KB |
java-telegram-bot-api-1.2.2-javadoc.jar | 142 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>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pengrad/java-telegram-bot-api/
implementation 'com.github.pengrad:java-telegram-bot-api:1.2.2'
// https://jarcasting.com/artifacts/com.github.pengrad/java-telegram-bot-api/
implementation ("com.github.pengrad:java-telegram-bot-api:1.2.2")
'com.github.pengrad:java-telegram-bot-api:jar:1.2.2'
<dependency org="com.github.pengrad" name="java-telegram-bot-api" rev="1.2.2">
<artifact name="java-telegram-bot-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pengrad', module='java-telegram-bot-api', version='1.2.2')
)
libraryDependencies += "com.github.pengrad" % "java-telegram-bot-api" % "1.2.2"
[com.github.pengrad/java-telegram-bot-api "1.2.2"]