MVN

com.alex1304.botrino : botrino-api

Maven & Gradle

Sep 01, 2022
2 usages
16 stars

Botrino API · An API to conveniently build Discord bots based on Discord4J.

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
1.0.x
botrino-api-1.0.5
botrino-api-1.0.4
botrino-api-1.0.3
botrino-api-1.0.2
botrino-api-1.0.1
botrino-api-1.0.0
botrino-api-1.0.0-RC1
botrino-api-1.0.0-M3
botrino-api-1.0.0-M2
botrino-api-1.0.0-M1
botrino-api-1.0.0-alpha5
botrino-api-1.0.0-alpha4
botrino-api-1.0.0-alpha3
botrino-api-1.0.0-alpha2
botrino-api-1.0.0-alpha1

How to add a dependency to Maven

Add the following com.alex1304.botrino : botrino-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alex1304.botrino : botrino-api gradle dependency to your build.gradle file:

implementation 'com.alex1304.botrino:botrino-api:1.0.5'

Gradle Kotlin DSL: Add the following com.alex1304.botrino : botrino-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alex1304.botrino:botrino-api:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alex1304.botrino : botrino-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alex1304.botrino" % "botrino-api" % "1.0.5"

Advertisement