Skip to content
Francisco Solis edited this page Oct 1, 2022 · 4 revisions

Welcome

Welcome to the SimpleCoreAPI wiki!

WARNING: This wiki is outdated. We're still in the process of updating it.

Require Modules

Add simplecoreapi.modules file to the root of your jar and use the following format:

# This is a comment
mymodulerepoid

Replace mymodulerepoid by an actual repository id for the modules, for example: FilesModule is filesmodule, you can check the file simplecoreapi.properties file of every module to see the repo id

Use Modules

To use modules you just need to import the maven dependency into your project. After importing the dependency you can just use the classes of the modules. Make sure to check their documentation and Dokka resources 😉

Clone this wiki locally