I

Installer

A discord bot used for many servers
https://github.com/MangoRageBot/Installer
MangoRage
Files download
File Operation
Installer-1.0.0.jar download
Installer-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.realmangorage</groupId>
  <artifactId>Installer</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.realmangorage:Installer:1.0.0'
Gradle Kotlin
implementation("io.github.realmangorage:Installer:1.0.0")
Scala SBT
libraryDependencies += "io.github.realmangorage" % "Installer" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.realmangorage', module='Installer', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.realmangorage" name="Installer" rev="1.0.0" />
Leiningen
[io.github.realmangorage/Installer "1.0.0"]
Apache Buildr
'io.github.realmangorage:Installer:jar:1.0.0'
Dependencies
The project has no third-party dependencies