| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdme.shib.java.lib |
| ArtifactId | ArtifactIdeasy-tbot |
| Last Version | Last Version0.9.12 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEasy TBot Framework
A framework for creating Telegram Bots with the hard parts done already
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| easy-tbot-0.9.12.pom | |
| easy-tbot-0.9.12.jar | 19 KB |
| easy-tbot-0.9.12-sources.jar | 8 KB |
| easy-tbot-0.9.12-javadoc.jar | 64 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.shib.java.lib/easy-tbot/ -->
<dependency>
<groupId>me.shib.java.lib</groupId>
<artifactId>easy-tbot</artifactId>
<version>0.9.12</version>
</dependency>
// https://jarcasting.com/artifacts/me.shib.java.lib/easy-tbot/
implementation 'me.shib.java.lib:easy-tbot:0.9.12'
// https://jarcasting.com/artifacts/me.shib.java.lib/easy-tbot/
implementation ("me.shib.java.lib:easy-tbot:0.9.12")
'me.shib.java.lib:easy-tbot:jar:0.9.12'
<dependency org="me.shib.java.lib" name="easy-tbot" rev="0.9.12">
<artifact name="easy-tbot" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.shib.java.lib', module='easy-tbot', version='0.9.12')
)
libraryDependencies += "me.shib.java.lib" % "easy-tbot" % "0.9.12"
[me.shib.java.lib/easy-tbot "0.9.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| me.shib.java.lib : telegram-bot-java | jar | 1.3.7 |