MVN

com.alex1304.botrino : botrino

Maven & Gradle

Sep 01, 2022
19 stars

Botrino · A simple yet powerful framework to develop, configure and run Discord bots based on Discord4J.

<dependency>
    <groupId>com.alex1304.botrino</groupId>
    <artifactId>botrino</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alex1304.botrino : botrino to add to Maven - Latest Versions:

  • Latest Stable: 1.0.5
  • Latest Release Candidate: 1.0.0-RC1

All Versions

Choose a version of com.alex1304.botrino : botrino to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
botrino-1.0.5
botrino-1.0.4
botrino-1.0.3
botrino-1.0.2
botrino-1.0.1
botrino-1.0.0
botrino-1.0.0-RC1
botrino-1.0.0-M3
botrino-1.0.0-M2
botrino-1.0.0-M1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.alex1304.botrino</groupId>
    <artifactId>botrino</artifactId>
    <version>1.0.5</version>
</dependency>

Advertisement