MVN

one.gfw : aspectjrt

Maven & Gradle

Mar 17, 2023
0 stars

AspectJ Runtime · The AspectJ runtime is a small library necessary to run Java programs enhanced by AspectJ aspects during a previous compile-time or post-compile-time (binary weaving) build step.

<dependency>
    <groupId>one.gfw</groupId>
    <artifactId>aspectjrt</artifactId>
    <version>1.9.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of one.gfw : aspectjrt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.19

All Versions

Choose a version of one.gfw : aspectjrt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
aspectjrt-1.9.19

How to add a dependency to Maven

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

<dependency>
    <groupId>one.gfw</groupId>
    <artifactId>aspectjrt</artifactId>
    <version>1.9.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following one.gfw : aspectjrt gradle dependency to your build.gradle file:

implementation 'one.gfw:aspectjrt:1.9.19'

Gradle Kotlin DSL: Add the following one.gfw : aspectjrt gradle kotlin dependency to your build.gradle.kts file:

implementation("one.gfw:aspectjrt:1.9.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following one.gfw : aspectjrt sbt scala dependency to your build.sbt file:

libraryDependencies += "one.gfw" % "aspectjrt" % "1.9.19"

Advertisement