io.github.ATL-Research.ecore2xcore
所有者: Théo Le Calvar
此插件从ecore元模型生成xcore元模型
https://github.com/ATL-Research/ecore2xcore-gradle-plugin
源代码:https://github.com/ATL-Research/ecore2xcore-gradle-plugin
使用 插件DSL
plugins {
id("io.github.ATL-Research.ecore2xcore") version "1.0.1"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.ATL-Research.ecore2xcore:plugin:1.0.1")
}
}
apply(plugin = "io.github.ATL-Research.ecore2xcore")