com.huanshankeji.compose-html-material-conventions-legacy
所有者: Shreck Ye
此插件为具有Material组件的Compose HTML项目添加所需的Maven依赖项和npm devDependencies(主要用于Webpack)。
https://github.com/huanshankeji/compose-html-material
来源:https://github.com/huanshankeji/compose-html-material.git
版本 0.3.0(最新版)
0.3.0
创建日期 2024年5月9日。
此插件为具有Material组件的Compose HTML项目添加所需的Maven依赖项和npm devDependencies(主要用于Webpack)。
使用插件DSL
plugins {
id("com.huanshankeji.compose-html-material-conventions-legacy") version "0.3.0"
}
使用旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.huanshankeji:compose-html-material-gradle-plugins-legacy:0.3.0")
}
}
apply(plugin = "com.huanshankeji.compose-html-material-conventions-legacy")
使用插件DSL
plugins {
id "com.huanshankeji.compose-html-material-conventions-legacy" version "0.3.0"
}
使用旧版插件应用
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "com.huanshankeji:compose-html-material-gradle-plugins-legacy:0.3.0"
}
}
apply plugin: "com.huanshankeji.compose-html-material-conventions-legacy"