io.github.xiaoyun-sun.aspectjx.someother
Owner: cloud-sunny
argc aop plugin
https://github.com/xiaoyun-sun/aspectjx
Sources: https://github.com/xiaoyun-sun/aspectjx
Version 1.0.0 (latest)
1.0.0
Created 23 August 2022.
argc aop plugin
Using the plugins DSL:
plugins {
id("io.github.xiaoyun-sun.aspectjx.someother") version "1.0.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("io.github.xiaoyun-sun:aspectjx:1.0.0")
}
}
apply(plugin = "io.github.xiaoyun-sun.aspectjx.someother")
Using the plugins DSL:
plugins {
id "io.github.xiaoyun-sun.aspectjx.someother" version "1.0.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "io.github.xiaoyun-sun:aspectjx:1.0.0"
}
}
apply plugin: "io.github.xiaoyun-sun.aspectjx.someother"