Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 354 Bytes

File metadata and controls

16 lines (12 loc) · 354 Bytes

MenuAPI

A lightweight and extensive MenuAPI using Java 8

Adding MenuAPI as a Maven Depedency

MenuAPI is on the main maven repository! You just need to add this into your pom.xml:

<dependency>
    <groupId>io.mazenmc</groupId>
    <artifactId>menuapi</artifactId>
    <scope>compile</scope>
    <version>1.0</version>
</dependency>