Vulpes Base is the foundational API project for the Vulpes project ecosystem. The complete Vulpes project is built from multiple interconnected components, including separate backends, UI applications, and various Java projects, each maintained in their own repositories.
Caution
This project is currently in maintenance mode due to various circumstances. As a result, it receives limited updates and the structure may be outdated. Dependencies are automatically updated by Renovate, and necessary adjustments are made when required. Active development will resume at a later time.
This repository contains the core API that serves as the foundation for the entire Vulpes ecosystem. The final Vulpes project is generated by combining this base API with other specialized components from the project family.
If you want to use the Vulpes base API in your project, you can add it as a dependency in your build.gradle
file:
implementation("net.theevilreaper:vulpes-base:<version>")