MVN

io.github.happybavarian07 : Admin-Panel

Maven & Gradle

Nov 05, 2022
7 stars

Admin-Panel · An Minecraft Plugin to control your Server!

<dependency>
    <groupId>io.github.happybavarian07</groupId>
    <artifactId>Admin-Panel</artifactId>
    <version>8.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.happybavarian07 : Admin-Panel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.4.0

All Versions

Choose a version of io.github.happybavarian07 : Admin-Panel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.4.x
Admin-Panel-8.4.0
8.3.x
Admin-Panel-8.3.2
8.2.x
Admin-Panel-8.2.0
8.1.x
Admin-Panel-8.1.1
Admin-Panel-8.1.0
8.0.x
Admin-Panel-8.0.0
7.7.x
Admin-Panel-7.7.0
7.6.x
Admin-Panel-7.6.0
7.5.x
Admin-Panel-7.5.0
7.4.x
Admin-Panel-7.4.0
7.3.x
Admin-Panel-7.3.3
Admin-Panel-7.3.2
Admin-Panel-7.3.0
7.2.x
Admin-Panel-7.2.0
7.0.x
Admin-Panel-7.0.1
6.1.x
Admin-Panel-6.1.1
Admin-Panel-6.1.0
6.0.x
Admin-Panel-6.0.2
Admin-Panel-6.0.1
Admin-Panel-6.0.0
5.3.x
Admin-Panel-5.3.3
Admin-Panel-5.3.2
Admin-Panel-5.3.1
Admin-Panel-5.3.0
5.2.x
Admin-Panel-5.2.0
5.1.x
Admin-Panel-5.1.1
5.1
Admin-Panel-5.1
5.0
Admin-Panel-5.0
4.3.x
Admin-Panel-4.3.1
3.3
Admin-Panel-3.3
3.2
Admin-Panel-3.2
1.2.x
Admin-Panel-1.2.3

How to add a dependency to Maven

Add the following io.github.happybavarian07 : Admin-Panel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.happybavarian07</groupId>
    <artifactId>Admin-Panel</artifactId>
    <version>8.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.happybavarian07 : Admin-Panel gradle dependency to your build.gradle file:

implementation 'io.github.happybavarian07:Admin-Panel:8.4.0'

Gradle Kotlin DSL: Add the following io.github.happybavarian07 : Admin-Panel gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.happybavarian07:Admin-Panel:8.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.happybavarian07 : Admin-Panel sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.happybavarian07" % "Admin-Panel" % "8.4.0"