a

aspectjtools

AspectJ tools most notably contains the AspectJ compiler (AJC). AJC applies aspects to Java classes during compilation, fully replacing Javac for plain Java classes and also compiling native AspectJ or annotation-based @AspectJ syntax. Furthermore, AJC can weave aspects into existing class files in a post-compile binary weaving step. This library is a superset of AspectJ weaver and hence also of AspectJ runtime.
https://www.eclipse.org/aspectj/
Eclipse Public License - v 2.0
Andy Clement Alexander Kriegisch
文件下载
文件名 操作
aspectjtools-1.9.9.jar 下载
aspectjtools-1.9.9.pom 下载
aspectjtools-1.9.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.aspectj</groupId>
  <artifactId>aspectjtools</artifactId>
  <version>1.9.9</version>
</dependency>
Gradle Groovy
implementation 'org.aspectj:aspectjtools:1.9.9'
Gradle Kotlin
implementation("org.aspectj:aspectjtools:1.9.9")
Scala SBT
libraryDependencies += "org.aspectj" % "aspectjtools" % "1.9.9"
Groovy Grape
@Grapes(
  @Grab(group='org.aspectj', module='aspectjtools', version='1.9.9')
)
Apache Ivy
<dependency org="org.aspectj" name="aspectjtools" rev="1.9.9" />
Leiningen
[org.aspectj/aspectjtools "1.9.9"]
Apache Buildr
'org.aspectj:aspectjtools:jar:1.9.9'
本项目依赖
该项目无第三方依赖