Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 599 Bytes

File metadata and controls

20 lines (16 loc) · 599 Bytes

Project Page

Fill

Fill is a super simple injection library for Java.

Building

Fill may be built using jitpack:
Release

repositories {
    maven {url 'https://jitpack.io'}    
}

dependencies {
    implementation 'com.github.HoneyRoasted:Fill:Version'
}

Additionally, Fill is continuously built with GitHub actions. You may also download the repository and build from source using Gradle.