MVN

net.orbyfied.j8 : j8-command-bungee

Maven & Gradle

Feb 11, 2023
3 stars

j8-command-bungee · j8 Module j8-command-bungee - BungeeCord command framework implementation.

<dependency>
    <groupId>net.orbyfied.j8</groupId>
    <artifactId>j8-command-bungee</artifactId>
    <version>2.0.0.0_hotfix1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.orbyfied.j8 : j8-command-bungee to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0.0_hotfix1

All Versions

Choose a version of net.orbyfied.j8 : j8-command-bungee to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
j8-command-bungee-2.0.0.0_hotfix1

How to add a dependency to Maven

Add the following net.orbyfied.j8 : j8-command-bungee maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.orbyfied.j8</groupId>
    <artifactId>j8-command-bungee</artifactId>
    <version>2.0.0.0_hotfix1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.orbyfied.j8 : j8-command-bungee gradle dependency to your build.gradle file:

implementation 'net.orbyfied.j8:j8-command-bungee:2.0.0.0_hotfix1'

Gradle Kotlin DSL: Add the following net.orbyfied.j8 : j8-command-bungee gradle kotlin dependency to your build.gradle.kts file:

implementation("net.orbyfied.j8:j8-command-bungee:2.0.0.0_hotfix1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.orbyfied.j8 : j8-command-bungee sbt scala dependency to your build.sbt file:

libraryDependencies += "net.orbyfied.j8" % "j8-command-bungee" % "2.0.0.0_hotfix1"

Advertisement