Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.03 KB

File metadata and controls

23 lines (17 loc) · 1.03 KB

Vulpes base

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.

Overview

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.

Usage

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.onelitefeather:vulpes-base:<version>")