f

fat-aar

A gradle plugin that merge dependencies into the final aar file works with AGP 3.+
https://github.com/kezong/fat-aar-android
The MIT License
kezong
Files download
File Operation
fat-aar-1.3.8.jar download
fat-aar-1.3.8.pom download
fat-aar-1.3.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.kezong</groupId>
  <artifactId>fat-aar</artifactId>
  <version>1.3.8</version>
</dependency>
Gradle Groovy
implementation 'com.github.kezong:fat-aar:1.3.8'
Gradle Kotlin
implementation("com.github.kezong:fat-aar:1.3.8")
Scala SBT
libraryDependencies += "com.github.kezong" % "fat-aar" % "1.3.8"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kezong', module='fat-aar', version='1.3.8')
)
Apache Ivy
<dependency org="com.github.kezong" name="fat-aar" rev="1.3.8" />
Leiningen
[com.github.kezong/fat-aar "1.3.8"]
Apache Buildr
'com.github.kezong:fat-aar:jar:1.3.8'
Dependencies