AspectJ lib


License

License

Categories

Categories

AspectJ Development Tools Development Libraries
GroupId

GroupId

aspectj
ArtifactId

ArtifactId

aspectjlib
Last Version

Last Version

1.5.3
Release Date

Release Date

Type

Type

jar
Description

Description

AspectJ lib

Download aspectjlib

How to add to project

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

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.

Versions

Version
1.5.3
1.5.2a
1.5.2
1.5.0
1.5.0_RC1
1.5.0_M5