Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Gradle_plugin_android_aspectjx | 3,499 | 2 years ago | 145 | apache-2.0 | Groovy | |||||
A Android gradle plugin that effects AspectJ on Android project and can hook methods in Kotlin, aar and jar file. | ||||||||||
Argusapm | 2,106 | 4 years ago | 29 | apache-2.0 | Java | |||||
Powerful, comprehensive (Android) application performance management platform. 360线上移动性能检测平台 | ||||||||||
Sa Sdk Android Plugin2 | 370 | 3 months ago | 69 | October 24, 2022 | 7 | apache-2.0 | Groovy | |||
神策数据官方 Android 埋点插件,用于 Android 端的数据采集。通过使用字节码插桩(ASM)的技术实现 Android 端的全埋点(无埋点、无码埋点、无痕埋点、自动埋点)。 | ||||||||||
Android Gradle Aspectj | 342 | a year ago | 36 | apache-2.0 | Kotlin | |||||
gradle plug-in adding supports of AspectJ into Android project | ||||||||||
Awesome Android Architecture | 303 | 2 months ago | 1 | apache-2.0 | ||||||
:rocket: Android 架构师成长之路(进行中~) | ||||||||||
Gradle Android Aspectj Plugin | 273 | 6 years ago | 2 | apache-2.0 | Java | |||||
A Gradle plugin which enables AspectJ for Android builds. | ||||||||||
Roboaspectj | 219 | 6 years ago | 4 | apache-2.0 | Groovy | |||||
A gradle plugin that enables AOP in android. | ||||||||||
Jaop | 113 | 5 years ago | apache-2.0 | Java | ||||||
jaop is a gradle plugin base on javassist&asm for android aop | ||||||||||
Aspectj Maven Plugin | 97 | 22 | 2 | 2 months ago | 17 | July 29, 2021 | 13 | mit | Java | |
Sbt Aspectj | 74 | 5 years ago | 9 | Scala | ||||||
AspectJ sbt plugin |
This project is now deprecated. The plugin only works for com.android.tools.build:gradle:1.x. Use other plugin like HujiangTechnology/gradle_plugin_android_aspectjx instead.
A Gradle plugin which enables AspectJ for Android builds.
Add the plugin to your buildscript
's dependencies
section:
classpath 'com.uphyca.gradle:gradle-android-aspectj-plugin:0.9.14'
Apply the android-aspectj
plugin:
apply plugin: 'com.uphyca.android-aspectj'
Copyright 2014 uPhyca, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.