com.aestasit.sshoogr.gradle.sshoogr-parentpom
所有者: Andrey Adamovich
sshoogr 项目的父 POM 插件
https://github.com/sshoogr/sshoogr-parent
来源:https://github.com/sshoogr/sshoogr-parent
版本 0.1.0 (最新版)
0.1.0
创建于 2020年10月21日。
sshoogr 项目的父 POM 插件
使用 插件 DSL
plugins {
id("com.aestasit.sshoogr.gradle.sshoogr-parentpom") version "0.1.0"
}
使用 经典插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.aestasit.sshoogr.gradle:sshoogr-parentpom:0.1.0")
}
}
apply(plugin = "com.aestasit.sshoogr.gradle.sshoogr-parentpom")
使用 插件 DSL
plugins {
id "com.aestasit.sshoogr.gradle.sshoogr-parentpom" version "0.1.0"
}
使用 经典插件应用
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "com.aestasit.sshoogr.gradle:sshoogr-parentpom:0.1.0"
}
}
apply plugin: "com.aestasit.sshoogr.gradle.sshoogr-parentpom"