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