Skip to content
/ medaka Public

🐠 A Modern Powerful Lightweight Menu Framework Library for Paper

License

Notifications You must be signed in to change notification settings

2mug1/medaka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

medaka

Getting Started

Installation

pom.xml

<repository>
  <id>github</id>
  <name>medaka</name>
  <url>https://maven.pkg.github.com/2mug1/medaka</url>
</repository>

<dependency>
  <groupId>net.iamtakagi</groupId>
  <artifactId>medaka</artifactId>
  <version>1.0.2</version>
  <scope>compile</scope>
</dependency>

build.gradle

repositories {
  maven (url = "https://maven.pkg.github.com/2mug1/medaka")
}
dependencies {
  implementation("net.iamtakagi:medaka:1.0.2")
}

LICENSE

MIT License (© 2022 iamtakagi)

About

🐠 A Modern Powerful Lightweight Menu Framework Library for Paper

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages