io.github.xiaoyun-sun.aspectjx.greeting
所有者: xiaoyun.sun
argc aop plugin
https://github.com/xiaoyun-sun/aspectjx
源代码: https://github.com/xiaoyun-sun/aspectjx
版本 1.0.0(最新版)
1.0.0
创建于 2022年8月23日。
argc aop plugin
使用 插件 DSL
plugins {
id("io.github.xiaoyun-sun.aspectjx.greeting") 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.greeting")