-
Notifications
You must be signed in to change notification settings - Fork 40
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)- Getting Started
- Configuration
- Documenting Routes
- Multiple Api-Specs
- Examples
- Changelog
Documentation for previous versions: