MVN

io.github.wurensen : gradle-android-plugin-aspectjx

Maven & Gradle

Dec 20, 2022
348 stars

gradle-android-plugin-aspectjx · A Gradle plugin which enables AspectJ for Android builds. Supports Kotlin, aar, jar aspect.

<dependency>
    <groupId>io.github.wurensen</groupId>
    <artifactId>gradle-android-plugin-aspectjx</artifactId>
    <version>3.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.wurensen : gradle-android-plugin-aspectjx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.2

All Versions

Choose a version of io.github.wurensen : gradle-android-plugin-aspectjx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
gradle-android-plugin-aspectjx-3.3.2
gradle-android-plugin-aspectjx-3.3.1
gradle-android-plugin-aspectjx-3.3.0
3.2.x
gradle-android-plugin-aspectjx-3.2.0
3.1.x
gradle-android-plugin-aspectjx-3.1.0
3.0.x
gradle-android-plugin-aspectjx-3.0.0
2.0.x
gradle-android-plugin-aspectjx-2.0.16
gradle-android-plugin-aspectjx-2.0.15
gradle-android-plugin-aspectjx-2.0.14
gradle-android-plugin-aspectjx-2.0.13
gradle-android-plugin-aspectjx-2.0.12
gradle-android-plugin-aspectjx-2.0.11

How to add a dependency to Maven

Add the following io.github.wurensen : gradle-android-plugin-aspectjx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.wurensen</groupId>
    <artifactId>gradle-android-plugin-aspectjx</artifactId>
    <version>3.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.wurensen : gradle-android-plugin-aspectjx gradle dependency to your build.gradle file:

implementation 'io.github.wurensen:gradle-android-plugin-aspectjx:3.3.2'

Gradle Kotlin DSL: Add the following io.github.wurensen : gradle-android-plugin-aspectjx gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.wurensen:gradle-android-plugin-aspectjx:3.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.wurensen : gradle-android-plugin-aspectjx sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.wurensen" % "gradle-android-plugin-aspectjx" % "3.3.2"

Advertisement