k

ktor-query-params-openapi-generator

Performs the automatic generation of Swagger definitions for Ktor endpoints that uses ktor-query-parameters
https://github.com/Vladiatro/ktor-query-params/ktor-query-params-openapi-generator
Apache License, Version 2.0
Vladislav Miachikov
Files download
File Operation
ktor-query-params-openapi-generator-0.2.0.jar download
ktor-query-params-openapi-generator-0.2.0.pom download
ktor-query-params-openapi-generator-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.falsetrue</groupId>
  <artifactId>ktor-query-params-openapi-generator</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'net.falsetrue:ktor-query-params-openapi-generator:0.2.0'
Gradle Kotlin
implementation("net.falsetrue:ktor-query-params-openapi-generator:0.2.0")
Scala SBT
libraryDependencies += "net.falsetrue" % "ktor-query-params-openapi-generator" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='net.falsetrue', module='ktor-query-params-openapi-generator', version='0.2.0')
)
Apache Ivy
<dependency org="net.falsetrue" name="ktor-query-params-openapi-generator" rev="0.2.0" />
Leiningen
[net.falsetrue/ktor-query-params-openapi-generator "0.2.0"]
Apache Buildr
'net.falsetrue:ktor-query-params-openapi-generator:jar:0.2.0'