MenuMan

A basic menu builder for Spigot plugins.

License

License

GroupId

GroupId

com.github.ms5984.api
ArtifactId

ArtifactId

MenuMan
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

MenuMan
A basic menu builder for Spigot plugins.
Project URL

Project URL

https://github.com/ms5984/MenuMan
Source Code Management

Source Code Management

http://github.com/ms5984/MenuMan/tree/master

Download MenuMan

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.ms5984.api/MenuMan/ -->
<dependency>
    <groupId>com.github.ms5984.api</groupId>
    <artifactId>MenuMan</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ms5984.api/MenuMan/
implementation 'com.github.ms5984.api:MenuMan:1.0.2'
// https://jarcasting.com/artifacts/com.github.ms5984.api/MenuMan/
implementation ("com.github.ms5984.api:MenuMan:1.0.2")
'com.github.ms5984.api:MenuMan:jar:1.0.2'
<dependency org="com.github.ms5984.api" name="MenuMan" rev="1.0.2">
  <artifact name="MenuMan" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ms5984.api', module='MenuMan', version='1.0.2')
)
libraryDependencies += "com.github.ms5984.api" % "MenuMan" % "1.0.2"
[com.github.ms5984.api/MenuMan "1.0.2"]

Dependencies

provided (3)

Group / Artifact Type Version
org.spigotmc » spigot-api jar 1.16.5-R0.1-SNAPSHOT
org.jetbrains : annotations jar 20.1.0
org.projectlombok : lombok jar 1.18.16

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0