com.github.kt3k.ebean.enhance
所有者: Hiroya Hinosawa
增强ebean实体的gradle插件。
https://github.com/kt3k/ebean-enhance-plugin
源码:https://github.com/kt3k/ebean-enhance-plugin
使用 插件DSL
plugins {
id("com.github.kt3k.ebean.enhance") version "3.0.0"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.org.kt3k:ebean-enhance-plugin:3.0.0")
}
}
apply(plugin = "com.github.kt3k.ebean.enhance")