Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 167 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 167 Bytes

PolyIO

Importing

repositories {
    maven("https://repo.polyfrost.org/releases")
}

dependencies {
    implementation("org.polyfrost:polyio:0.1.0")
}