MVN

aspectj : aspectjlib

Maven & Gradle

Nov 28, 2006
3 usages

AspectJ lib

<dependency>
    <groupId>aspectj</groupId>
    <artifactId>aspectjlib</artifactId>
    <version>1.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of aspectj : aspectjlib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.3

All Versions

Choose a version of aspectj : aspectjlib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
aspectjlib-1.5.3
aspectjlib-1.5.2
aspectjlib-1.5.0
aspectjlib-1.5.2a
aspectjlib-1.5.0_RC1
aspectjlib-1.5.0_M5

How to add a dependency to Maven

Add the following aspectj : aspectjlib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>aspectj</groupId>
    <artifactId>aspectjlib</artifactId>
    <version>1.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following aspectj : aspectjlib gradle dependency to your build.gradle file:

implementation 'aspectj:aspectjlib:1.5.3'

Gradle Kotlin DSL: Add the following aspectj : aspectjlib gradle kotlin dependency to your build.gradle.kts file:

implementation("aspectj:aspectjlib:1.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following aspectj : aspectjlib sbt scala dependency to your build.sbt file:

libraryDependencies += "aspectj" % "aspectjlib" % "1.5.3"

Advertisement

Dependencies from Group

Nov 28, 2006
115 usages
Jan 18, 2008
50 usages
Jan 18, 2008
14 usages
Nov 28, 2006
3 usages
Sep 20, 2005

Discover Dependencies

Jan 24, 2014
3 usages
Mar 08, 2013
5 usages
Mar 30, 2010
12 usages
Jul 22, 2010
21 usages
Jan 12, 2022
1 usages
115.8k stars