MVN

io.github.chikyukido : AppletManager

Maven & Gradle

May 13, 2023

AppletManager for Discord · A simple way to extend or manage a DiscordBot with prefabricated applets or self-made applets.

<dependency>
    <groupId>io.github.chikyukido</groupId>
    <artifactId>AppletManager</artifactId>
    <version>0.20.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.20.2
  • Latest Beta: 0.21.02-BETA

All Versions

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

Version Vulnerabilities Updated
0.21.x
AppletManager-0.21.02-BETA
AppletManager-0.21.01-BETA
0.20.x
AppletManager-0.20.11
AppletManager-0.20.2
AppletManager-0.20.1
0.20
AppletManager-0.20
0.19.x
AppletManager-0.19.81
AppletManager-0.19.9
AppletManager-0.19.8
AppletManager-0.19.7
AppletManager-0.19.6
AppletManager-0.19.5
AppletManager-0.19.4
AppletManager-0.19.3
AppletManager-0.19.2
AppletManager-0.19.1
0.19
AppletManager-0.19
0.18
AppletManager-0.18
0.17
AppletManager-0.17
0.16
AppletManager-0.16
0.15
AppletManager-0.15
0.14
AppletManager-0.14
0.13
AppletManager-0.13

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.chikyukido</groupId>
    <artifactId>AppletManager</artifactId>
    <version>0.20.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.chikyukido:AppletManager:0.20.2'

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

implementation("io.github.chikyukido:AppletManager:0.20.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.chikyukido" % "AppletManager" % "0.20.2"