com.nwalsh.gradle.saxon.saxon-gradle
所有者: Norman Walsh
使用Saxon运行XSLT转换的Gradle插件
https://github.com/ndw/saxon-gradle
源码: https://github.com/ndw/saxon-gradle.git
使用插件DSL
plugins {
id("com.nwalsh.gradle.saxon.saxon-gradle") version "0.10.7"
}
使用遗留插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.nwalsh.gradle.saxon:saxon-gradle:0.10.7")
}
}
apply(plugin = "com.nwalsh.gradle.saxon.saxon-gradle")