Getting Started

Just add the following to your existing Spring Project:

build.gradle.kts
dependencies {
    compile("it.skrape:skrapeit-ktor-extension:1.0.0")
}

Last updated