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