🚧 Work in Progress (WIP) 🚧
Moruto's Framework is an open-source, easy-to-use framework designed to provide powerful and flexible utilities. Originally created as a simple personal-use library, it has grown into a more advanced framework ready for public release.
To use Moruto's Framework, add the following repository and dependency to your pom.xml:
<repository>
<id>mymavenrepo</id>
<url>https://mymavenrepo.com/repo/l6Ju9Dmjqrc1jU89nXPg/</url>
</repository>
<dependency>
<groupId>lol.moruto</groupId>
<artifactId>framework</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>If you’re using Gradle, you can add it like this:
repositories {
maven { url 'https://mymavenrepo.com/repo/l6Ju9Dmjqrc1jU89nXPg/' }
}
dependencies {
implementation 'lol.moruto:framework:1.0'
}📖 Documentation Coming Soon!
For now, feel free to explore the code and understand it yourself. More details will be added soon.