is not current version
Last Version 1.9.9.1

AspectJ Weaver 1.9.8.M1

The AspectJ weaver applies aspects to Java classes. It can be used as a Java agent in order to apply load-time weaving (LTW) during class-loading and also contains the AspectJ runtime classes.

License

License

Categories

Categories

AspectJ Development Tools Development Libraries
GroupId

GroupId

org.aspectj
ArtifactId

ArtifactId

aspectjweaver
Version

Version

1.9.8.M1
Type

Type

jar
Description

Description

AspectJ Weaver
The AspectJ weaver applies aspects to Java classes. It can be used as a Java agent in order to apply load-time weaving (LTW) during class-loading and also contains the AspectJ runtime classes.
Project URL

Project URL

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

Source Code Management

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

Download aspectjweaver 1.9.8.M1


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

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.