AspectJ Tools (Compiler)

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.

License

License

Categories

Categories

AspectJ Development Tools Development Libraries
GroupId

GroupId

org.aspectj
ArtifactId

ArtifactId

aspectjtools
Last Version

Last Version

1.9.9.1
Release Date

Release Date

Type

Type

jar
Description

Description

AspectJ Tools (Compiler)
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.
Project URL

Project URL

https://www.eclipse.org/aspectj/
Source Code Management

Source Code Management

https://github.com/eclipse/org.aspectj

Download aspectjtools

How to add to project

<!-- https://jarcasting.com/artifacts/org.aspectj/aspectjtools/ -->
<dependency>
    <groupId>org.aspectj</groupId>
    <artifactId>aspectjtools</artifactId>
    <version>1.9.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.aspectj/aspectjtools/
implementation 'org.aspectj:aspectjtools:1.9.9.1'
// https://jarcasting.com/artifacts/org.aspectj/aspectjtools/
implementation ("org.aspectj:aspectjtools:1.9.9.1")
'org.aspectj:aspectjtools:jar:1.9.9.1'
<dependency org="org.aspectj" name="aspectjtools" rev="1.9.9.1">
  <artifact name="aspectjtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aspectj', module='aspectjtools', version='1.9.9.1')
)
libraryDependencies += "org.aspectj" % "aspectjtools" % "1.9.9.1"
[org.aspectj/aspectjtools "1.9.9.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.
org.aspectj

Eclipse Foundation

Versions

Version
1.9.9.1
1.9.9
1.9.8
1.9.8.RC3
1.9.8.RC2
1.9.8.RC1
1.9.8.M1
1.9.7
1.9.7.M3
1.9.7.M2
1.9.6
1.9.5
1.9.4
1.9.3
1.9.3.RC1
1.9.2
1.9.1
1.9.0
1.8.14
1.8.13
1.8.12
1.8.11
1.8.10
1.8.9
1.8.8
1.8.7
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.12
1.6.11
1.6.10
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.4