io.github.xiaoyun-sun.aspectjx.someother
所有者: xiaoyun.sun
argc aop 插件
https://github.com/xiaoyun-sun/aspectjx
来源: https://github.com/xiaoyun-sun/aspectjx
版本 1.0.0 (最新)
1.0.0
创建于 2022 年 8 月 23 日。
argc aop 插件
使用 插件 DSL
plugins {
id("io.github.xiaoyun-sun.aspectjx.someother") version "1.0.0"
}
使用 旧版插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.xiaoyun-sun:aspectjx:1.0.0")
}
}
apply(plugin = "io.github.xiaoyun-sun.aspectjx.someother")
使用 插件 DSL
plugins {
id "io.github.xiaoyun-sun.aspectjx.someother" version "1.0.0"
}
使用 旧版插件应用程序
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "io.github.xiaoyun-sun:aspectjx:1.0.0"
}
}
apply plugin: "io.github.xiaoyun-sun.aspectjx.someother"