wtf.metio.yosql
Owner: Sebastian Hoß
Code generator that translates SQL to Java
https://yosql.projects.metio.wtf/
Sources: https://github.com/metio/yosql/
Version 2021.4.13
2021.4.13
Created 13 April 2021.
Code generator that translates SQL to Java
Add this plugin to your build using the plugins DSL:
plugins {
id("wtf.metio.yosql") version "2021.4.13"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("wtf.metio.yosql.tooling.gradle:yosql-tooling-gradle:2021.4.13") } } apply(plugin = "wtf.metio.yosql")
- Applying plugins to all subprojects .