MVN

io.github.sonmoosans : bjda

Maven & Gradle

Aug 19, 2022
14 stars

io.github.sonmoosans:bjda · Powerful Discord bot Framework based on JDA for kotlin Added a flexible UI API which inspired by React.js

<dependency>
    <groupId>io.github.sonmoosans</groupId>
    <artifactId>bjda</artifactId>
    <version>5.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sonmoosans : bjda to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.0

All Versions

Choose a version of io.github.sonmoosans : bjda to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
bjda-5.2.0
5.1.x
bjda-5.1.1
bjda-5.1.0
5.0.x
bjda-5.0.0
4.5.x
bjda-4.5.4
4.3.x
bjda-4.3.2
2.0.x
bjda-2.0.0
2.0
bjda-2.0

How to add a dependency to Maven

Add the following io.github.sonmoosans : bjda maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.sonmoosans</groupId>
    <artifactId>bjda</artifactId>
    <version>5.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.sonmoosans : bjda gradle dependency to your build.gradle file:

implementation 'io.github.sonmoosans:bjda:5.2.0'

Gradle Kotlin DSL: Add the following io.github.sonmoosans : bjda gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.sonmoosans:bjda:5.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.sonmoosans : bjda sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.sonmoosans" % "bjda" % "5.2.0"

Advertisement