MVN

me.vilsol : menuengine

Maven & Gradle

Oct 10, 2015
3 stars

MenuEngine · A base for bukkit menus

<dependency>
    <groupId>me.vilsol</groupId>
    <artifactId>menuengine</artifactId>
    <version>1.4.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.vilsol : menuengine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.7

All Versions

Choose a version of me.vilsol : menuengine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
menuengine-1.4.7
menuengine-1.4.6
menuengine-1.4.5
1.3.x
menuengine-1.3.5
1.3
menuengine-1.3

How to add a dependency to Maven

Add the following me.vilsol : menuengine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.vilsol</groupId>
    <artifactId>menuengine</artifactId>
    <version>1.4.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.vilsol : menuengine gradle dependency to your build.gradle file:

implementation 'me.vilsol:menuengine:1.4.7'

Gradle Kotlin DSL: Add the following me.vilsol : menuengine gradle kotlin dependency to your build.gradle.kts file:

implementation("me.vilsol:menuengine:1.4.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.vilsol : menuengine sbt scala dependency to your build.sbt file:

libraryDependencies += "me.vilsol" % "menuengine" % "1.4.7"

Advertisement