is not current version
Last Version 1.3.8

com.github.kezong:fat-aar 1.2.8

A gradle plugin that merge dependencies into the final aar file works with AGP 3.+

GroupId

GroupId

com.github.kezong
ArtifactId

ArtifactId

fat-aar
Version

Version

1.2.8
Type

Type

jar

Download fat-aar 1.2.8


<!-- https://jarcasting.com/artifacts/com.github.kezong/fat-aar/ -->
<dependency>
    <groupId>com.github.kezong</groupId>
    <artifactId>fat-aar</artifactId>
    <version>1.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kezong/fat-aar/
implementation 'com.github.kezong:fat-aar:1.2.8'
// https://jarcasting.com/artifacts/com.github.kezong/fat-aar/
implementation ("com.github.kezong:fat-aar:1.2.8")
'com.github.kezong:fat-aar:jar:1.2.8'
<dependency org="com.github.kezong" name="fat-aar" rev="1.2.8">
  <artifact name="fat-aar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kezong', module='fat-aar', version='1.2.8')
)
libraryDependencies += "com.github.kezong" % "fat-aar" % "1.2.8"
[com.github.kezong/fat-aar "1.2.8"]