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 2023.2.1
2023.2.1
Created 01 February 2023.
Code generator that translates SQL to Java
Add this plugin to your build using the plugins DSL:
plugins {
id("wtf.metio.yosql") version "2023.2.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("wtf.metio.yosql.tooling.gradle:yosql-tooling-gradle:2023.2.1") } } apply(plugin = "wtf.metio.yosql")
- Applying plugins to all subprojects .