MVN

io.github.realmangorage : installer

Maven & Gradle

Jan 10, 2024
0 stars

MangoBot Installer · The Installer for my Discord Bot Project

<dependency>
    <groupId>io.github.realmangorage</groupId>
    <artifactId>installer</artifactId>
    <version>2.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.2.4

All Versions

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

Version Vulnerabilities Updated
2.2.x
installer-2.2.4
installer-2.2.2
installer-2.2.1
installer-2.2.0
2.1.x
installer-2.1.3
installer-2.1.2
installer-2.1.1
installer-2.1.0
2.0.x
installer-2.0.3
installer-2.0.2
installer-2.0.1
installer-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.realmangorage</groupId>
    <artifactId>installer</artifactId>
    <version>2.2.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.realmangorage:installer:2.2.4'

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

implementation("io.github.realmangorage:installer:2.2.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.realmangorage" % "installer" % "2.2.4"

Advertisement