GroupId | GroupIdorg.telegram |
---|---|
ArtifactId | ArtifactIdtelegrambots |
Version | Version3.1.2 |
Type | Typejar |
Filename | Size |
---|---|
telegrambots-3.1.2.pom | |
telegrambots-3.1.2.jar | 37 KB |
telegrambots-3.1.2-sources.jar | 20 KB |
telegrambots-3.1.2-javadoc.jar | 98 KB |
telegrambots-3.1.2-jar-with-dependencies.jar | 12 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.telegram/telegrambots/ -->
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots</artifactId>
<version>3.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.telegram/telegrambots/
implementation 'org.telegram:telegrambots:3.1.2'
// https://jarcasting.com/artifacts/org.telegram/telegrambots/
implementation ("org.telegram:telegrambots:3.1.2")
'org.telegram:telegrambots:jar:3.1.2'
<dependency org="org.telegram" name="telegrambots" rev="3.1.2">
<artifact name="telegrambots" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.telegram', module='telegrambots', version='3.1.2')
)
libraryDependencies += "org.telegram" % "telegrambots" % "3.1.2"
[org.telegram/telegrambots "3.1.2"]