License |
License |
---|---|
GroupId | GroupIdorg.simonscode |
ArtifactId | ArtifactIdtelegrambots.framework |
Version | Version3.0.2 |
Type | Typejar |
Description |
DescriptionTelegram Bots Framework
An application designed to make java bot development quicker, share server ressources.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.simonscode/telegrambots.framework/ -->
<dependency>
<groupId>org.simonscode</groupId>
<artifactId>telegrambots.framework</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.simonscode/telegrambots.framework/
implementation 'org.simonscode:telegrambots.framework:3.0.2'
// https://jarcasting.com/artifacts/org.simonscode/telegrambots.framework/
implementation ("org.simonscode:telegrambots.framework:3.0.2")
'org.simonscode:telegrambots.framework:jar:3.0.2'
<dependency org="org.simonscode" name="telegrambots.framework" rev="3.0.2">
<artifact name="telegrambots.framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.simonscode', module='telegrambots.framework', version='3.0.2')
)
libraryDependencies += "org.simonscode" % "telegrambots.framework" % "3.0.2"
[org.simonscode/telegrambots.framework "3.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.telegram : telegrambots | jar | 3.6 |
com.google.code.gson : gson | jar | 2.8.2 |