com.massarttech.translation
所有者: اسحدة بن عمر
执行预先翻译的工作。
源: https://gitlab.com/massarttech/translation-api
使用 插件 DSL
plugins {
id("com.massarttech.translation") version "1.2"
}
使用 旧的插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.massarttech.translation:buildSrc:1.2")
}
}
apply(plugin = "com.massarttech.translation")