MVN

com.github.kezong : fat-aar

Maven & Gradle

Feb 25, 2022
3k stars

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

<dependency>
    <groupId>com.github.kezong</groupId>
    <artifactId>fat-aar</artifactId>
    <version>1.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.kezong : fat-aar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.8

All Versions

Choose a version of com.github.kezong : fat-aar to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
fat-aar-1.3.8
fat-aar-1.3.7
fat-aar-1.3.6
fat-aar-1.3.5
fat-aar-1.3.4
fat-aar-1.3.3
fat-aar-1.3.1
1.2.x
fat-aar-1.2.20
fat-aar-1.2.19
fat-aar-1.2.18
fat-aar-1.2.17
fat-aar-1.2.16
fat-aar-1.2.15
fat-aar-1.2.12
fat-aar-1.2.11
fat-aar-1.2.9
fat-aar-1.2.8
fat-aar-1.2.7
fat-aar-1.2.6
fat-aar-1.2.5
fat-aar-1.2.4
fat-aar-1.2.3
1.1.x
fat-aar-1.1.11
fat-aar-1.1.10
fat-aar-1.1.8
fat-aar-1.1.7
fat-aar-1.1.6
1.0.x
fat-aar-1.0.3
fat-aar-1.0.1

How to add a dependency to Maven

Add the following com.github.kezong : fat-aar maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.kezong</groupId>
    <artifactId>fat-aar</artifactId>
    <version>1.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.kezong : fat-aar gradle dependency to your build.gradle file:

implementation 'com.github.kezong:fat-aar:1.3.8'

Gradle Kotlin DSL: Add the following com.github.kezong : fat-aar gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.kezong:fat-aar:1.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.kezong : fat-aar sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.kezong" % "fat-aar" % "1.3.8"

Advertisement