is not current version
Last Version 3.0.2

org.simonscode:telegrambots.framework 3.0

An application designed to make java bot development quicker, share server ressources.

GroupId

GroupId

org.simonscode
ArtifactId

ArtifactId

telegrambots.framework
Version

Version

3.0
Type

Type

jar

Download telegrambots.framework 3.0


<!-- https://jarcasting.com/artifacts/org.simonscode/telegrambots.framework/ -->
<dependency>
    <groupId>org.simonscode</groupId>
    <artifactId>telegrambots.framework</artifactId>
    <version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.simonscode/telegrambots.framework/
implementation 'org.simonscode:telegrambots.framework:3.0'
// https://jarcasting.com/artifacts/org.simonscode/telegrambots.framework/
implementation ("org.simonscode:telegrambots.framework:3.0")
'org.simonscode:telegrambots.framework:jar:3.0'
<dependency org="org.simonscode" name="telegrambots.framework" rev="3.0">
  <artifact name="telegrambots.framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.simonscode', module='telegrambots.framework', version='3.0')
)
libraryDependencies += "org.simonscode" % "telegrambots.framework" % "3.0"
[org.simonscode/telegrambots.framework "3.0"]