V1 Installation - SMILEY4/ktor-openapi-tools GitHub Wiki

Step 1. Add the JitPack repository

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

Step 2. Add the dependency

dependencies {
    implementation 'io.github.smiley4:ktor-swagger-ui:<VERSION>'
}

Step 3. Install the "SwaggerUI"-plugin

install(SwaggerUI)
⚠️ **GitHub.com Fallback** ⚠️