io.atlasgo.hibernate-provider-gradle-plugin
所有者: Ariga It
Atlas 插件,用作 Atlas 的数据库模式提供者。
https://github.com/ariga/atlas-provider-hibernate
来源: https://github.com/ariga/atlas-provider-hibernate.git
使用插件 DSL
plugins {
id("io.atlasgo.hibernate-provider-gradle-plugin") version "3.8.2"
}
使用遗留插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.atlasgo:gradle-plugin:3.8.2")
}
}
apply(plugin = "io.atlasgo.hibernate-provider-gradle-plugin")