Skip to content

Latest commit

 

History

History
44 lines (40 loc) · 1.4 KB

README.md

File metadata and controls

44 lines (40 loc) · 1.4 KB

Mayu's Library

Made with Java
Code Grade License Version

Generic Java Library with Logger and other things which I use in my projects

Information

Installation

Maven

<dependency>
    <groupId>dev.mayuna</groupId>
    <artifactId>mayus-library</artifactId>
    <version>VERSION</version>
</dependency>

Gradle

repositories {
    mavenCentral()
}

dependencies {
    // Change 'implementation' to 'compile' in old Gradle versions
    implementation 'dev.mayuna:mayus-library:VERSION'
}
  • Replace VERSION with your desired version. TIP: Remove "v" before version number
  • For version number see latest Maven Repository release (should be same with Github Release though)
  • You can also use GitHub Releases

Documentation

  • Soon:tm: