Skip to content

V1 Installation

Lukas Ruegner edited this page May 29, 2023 · 1 revision

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)
Clone this wiki locally