Cadiducho / Zincite

A powerful and modular Telegram Bot framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zincite is a framework to build Telegram Bots in Java

License CI Release Sponsors

Zincite is powered by Telegram Bot API

Usage in Gradle

repositories {
    maven {
        url "https://repo.cadiducho.com/releases"
    }
}

dependencies {
    implementation group: 'com.cadiducho', name: 'Zincite', version: '1.5.1'
}

Usage in Maven

<repository>
    <id>cadiducho-repo</id>
    <url>https://repo.cadiducho.com/releases</url>
</repository>

<dependency>
    <groupId>com.cadiducho</groupId>
    <artifactId>Zincite</artifactId>
    <version>1.5.1</version>
</dependency>

License

This project is released under the MIT-License.

© 2022 Cadiducho

About

A powerful and modular Telegram Bot framework

License:MIT License


Languages

Language:Java 100.0%