License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIddev.inmo |
ArtifactId | ArtifactIdtgbotapi.core-js |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiontgbotapi.core
Core part of tgbotapi with all (and only) required functionality for working with Telegram Bot API
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tgbotapi.core-js-2.1.1.pom | |
tgbotapi.core-js-2.1.1.module | 3 KB |
tgbotapi.core-js-2.1.1-sources.jar | 254 KB |
tgbotapi.core-js-2.1.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/dev.inmo/tgbotapi.core-js/ -->
<dependency>
<groupId>dev.inmo</groupId>
<artifactId>tgbotapi.core-js</artifactId>
<version>2.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.inmo/tgbotapi.core-js/
implementation 'dev.inmo:tgbotapi.core-js:2.1.1'
// https://jarcasting.com/artifacts/dev.inmo/tgbotapi.core-js/
implementation ("dev.inmo:tgbotapi.core-js:2.1.1")
'dev.inmo:tgbotapi.core-js:pom:2.1.1'
<dependency org="dev.inmo" name="tgbotapi.core-js" rev="2.1.1">
<artifact name="tgbotapi.core-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.inmo', module='tgbotapi.core-js', version='2.1.1')
)
libraryDependencies += "dev.inmo" % "tgbotapi.core-js" % "2.1.1"
[dev.inmo/tgbotapi.core-js "2.1.1"]