Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 628 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 628 Bytes

Repository

License Release

Modular and complex crud provider for database actions. Ships with a file system as standard.

Installation

Maven

<dependency>
    <groupId>eu.miopowered</groupId>
    <artifactId>repository</artifactId>
    <version>1.0</version>
</dependency>

Gradle

dependencies {
  implementation 'eu.miopowered:repository:1.0'
}

Usage