| GroupId | GroupIdcom.github.kezong |
|---|---|
| ArtifactId | ArtifactIdfat-aar |
| Version | Version1.2.16 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fat-aar-1.2.16.pom | |
| fat-aar-1.2.16.jar | 156 KB |
| fat-aar-1.2.16-sources.jar | 2 KB |
| fat-aar-1.2.16-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.kezong/fat-aar/ -->
<dependency>
<groupId>com.github.kezong</groupId>
<artifactId>fat-aar</artifactId>
<version>1.2.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kezong/fat-aar/
implementation 'com.github.kezong:fat-aar:1.2.16'
// https://jarcasting.com/artifacts/com.github.kezong/fat-aar/
implementation ("com.github.kezong:fat-aar:1.2.16")
'com.github.kezong:fat-aar:jar:1.2.16'
<dependency org="com.github.kezong" name="fat-aar" rev="1.2.16">
<artifact name="fat-aar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kezong', module='fat-aar', version='1.2.16')
)
libraryDependencies += "com.github.kezong" % "fat-aar" % "1.2.16"
[com.github.kezong/fat-aar "1.2.16"]