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