spring-boot-telegram-framework-core

Framework for creating Telegram Bots using Spring Boot.

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы Сеть
Группа

Группа

com.github.netkorp
Идентификатор

Идентификатор

spring-boot-telegram-framework-core
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

spring-boot-telegram-framework-core
Framework for creating Telegram Bots using Spring Boot.
Ссылка на сайт

Ссылка на сайт

https://github.com/netkorp/spring-boot-telegram-framework/tree/master/spring-boot-telegram-framework-core
Система контроля версий

Система контроля версий

https://github.com/netkorp/spring-boot-telegram-framework/tree/master/spring-boot-telegram-framework-core

Скачать spring-boot-telegram-framework-core

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.netkorp/spring-boot-telegram-framework-core/ -->
<dependency>
    <groupId>com.github.netkorp</groupId>
    <artifactId>spring-boot-telegram-framework-core</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.netkorp/spring-boot-telegram-framework-core/
implementation 'com.github.netkorp:spring-boot-telegram-framework-core:1.0.1'
// https://jarcasting.com/artifacts/com.github.netkorp/spring-boot-telegram-framework-core/
implementation ("com.github.netkorp:spring-boot-telegram-framework-core:1.0.1")
'com.github.netkorp:spring-boot-telegram-framework-core:jar:1.0.1'
<dependency org="com.github.netkorp" name="spring-boot-telegram-framework-core" rev="1.0.1">
  <artifact name="spring-boot-telegram-framework-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.netkorp', module='spring-boot-telegram-framework-core', version='1.0.1')
)
libraryDependencies += "com.github.netkorp" % "spring-boot-telegram-framework-core" % "1.0.1"
[com.github.netkorp/spring-boot-telegram-framework-core "1.0.1"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter jar 2.1.3.RELEASE
org.springframework.boot : spring-boot-configuration-processor Необязательный jar 2.1.3.RELEASE
com.github.xabgesagtx : telegram-spring-boot-starter jar 0.19

Модули Проекта

Данный проект не имеет модулей.

Spring Boot Telegram Framework

Build Status Scrutinizer Code Quality Maven Central MIT License

This is a framework for the creation of bots for Telegram using Spring Boot. With this tool you only have to worry about the logic of the commands that your bot will respond to and the framework will take care of the rest for you. In addition, it provides you with some basic commands and a several kind of commands.

Installation

The framework is available in the Maven Central Repository. You just need to add the following dependency to your pom.xml:

<dependency>
    <groupId>com.github.netkorp</groupId>
    <artifactId>spring-boot-telegram-framework-core</artifactId>
    <version>1.0.1</version>
</dependency>

For gradle users just add this to your dependencies:

compile 'com.github.netkorp:spring-boot-telegram-framework-core:1.0.1'

Usage

For getting started with the framework, please check this out or take a look at the Wiki for further information. Contributions are welcome there as well.

Contributing

Follow this steps:

  1. Create an issue here where you explain the matter (bugs, new features, improvements, ...)
  2. Fork this project (If you haven't done it yet).
  3. Work on the issue.
  4. Make a pull request against the "master" branch.

License

This project is licensed under the MIT license. Please see the LICENSE included in this repository.

com.github.netkorp

Версии библиотеки

Версия
1.0.1
1.0.0