com.github.muehmar.openapischema
Owner: Martin Mühlemann
Generate schema sources for Java from an OpenAPI 3.0 specification.
https://github.com/muehmar/gradle-openapi-schema
Sources: https://github.com/muehmar/gradle-openapi-schema.git
Version 3.3.0
3.3.0
Created 16 October 2024.
Generate schema sources for Java from an OpenAPI 3.0 specification.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.muehmar.openapischema") version "3.3.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.muehmar.openapischema:plugin:3.3.0") } } apply(plugin = "com.github.muehmar.openapischema")
- Applying plugins to all subprojects .