搜索 Gradle 插件
为确保插件删除,请输入插件ID和作者名称
Aanand Kainth
me.akainth.tape
所有者: Aanand Kainth
类型安全的单元生成器
https://github.com/akainth015/tape
来源: https://github.com/akainth015/tape
2.1.1
创建于 2023 年 3 月 27 日。
plugins { id("me.akainth.tape") version "2.1.1" }
buildscript { repositories { maven { url = uri("https://plugins.gradle.org.cn/m2/") } } dependencies { classpath("me.akainth:tape:2.1.1") } } apply(plugin = "me.akainth.tape")
plugins { id "me.akainth.tape" version "2.1.1" }
buildscript { repositories { maven { url "https://plugins.gradle.org.cn/m2/" } } dependencies { classpath "me.akainth:tape:2.1.1" } } apply plugin: "me.akainth.tape"
学习如何将插件应用到子项目中