Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 325 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 325 Bytes

MUGHome Utils of Flarum API [WIP]

How to use

  • add this to your repositories
    repositories {
        maven("https://mvn.mughome.top/repository/maven-public/")
    }
  • then add this to your dependency
    dependencies {
         implementation("top.mughome.utils:flarum:0.0.3.2")
    }