io.github.stepanovd.springwolfdoc2dto
Owner: Dmitry Stepanov
A plugin that helps you generate DTO model by Springwolf docs
https://github.com/stepanovD/springwolfdoc2dto
Sources: https://github.com/stepanovD/springwolfdoc2dto
Version 1.0.8-alpha (latest)
1.0.8-alpha
Created 05 September 2023.
A plugin that helps you generate DTO model by Springwolf docs
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.stepanovd.springwolfdoc2dto") version "1.0.8-alpha"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.stepanovd:springwolfdoc2dto-gradle-plugin:1.0.8-alpha") } } apply(plugin = "io.github.stepanovd.springwolfdoc2dto")
- Applying plugins to all subprojects .