Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 205 Bytes

File metadata and controls

14 lines (12 loc) · 205 Bytes

PaperCutter

Use

repositories {
    maven("jitpack") {
        url = uri("https://jitpack.io")
    }
}
dependencies {
    compileOnly("com.github.Async-Lab:PaperCutter:main-SNAPSHOT")
}