Skip to content

derveloper/kotlin-openapi3-dsl

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

178ac24 · Nov 20, 2024
Oct 23, 2024
Nov 20, 2024
Apr 24, 2023
Jun 4, 2020
Jun 4, 2020
Oct 29, 2017
Jul 10, 2024
Nov 19, 2024
Jul 11, 2024
Jul 11, 2024
May 19, 2022
Oct 29, 2017

Repository files navigation

kotlin-openapi3-dsl

Java CI with Gradle Maven Central

Build your OpenApi3 spec in kotlin!

import

kotlin-openapi3-dsl is available on maven central

gradle

compile "cc.vileda:kotlin-openapi3-dsl:1.5.0"

maven

<dependency>
    <groupId>cc.vileda</groupId>
    <artifactId>kotlin-openapi3-dsl</artifactId>
    <version>1.5.0</version>
</dependency>

example

for a complete example look at the test

license

Copyright 2017 Tristan Leo

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.