Skip to content

mor-uto/MorutosFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moruto's Framework

🚧 Work in Progress (WIP) 🚧

About

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.

Installation

Maven

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>

Gradle

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'
}

Usage

📖 Documentation Coming Soon!
For now, feel free to explore the code and understand it yourself. More details will be added soon.


About

my framework that i use for my plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages