| License |
License |
|---|---|
| GroupId | GroupIdcom.kfaraj.support |
| ArtifactId | ArtifactIdappcompat |
| Last Version | Last Version3.1.7 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionAppCompat
This library is built on top of the AndroidX AppCompat library and is designed to be used with Android 4.0 (API level 14) and higher.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| appcompat-3.1.7.pom | |
| appcompat-3.1.7-sources.jar | 14 KB |
| appcompat-3.1.7-javadoc.jar | 499 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kfaraj.support/appcompat/ -->
<dependency>
<groupId>com.kfaraj.support</groupId>
<artifactId>appcompat</artifactId>
<version>3.1.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.kfaraj.support/appcompat/
implementation 'com.kfaraj.support:appcompat:3.1.7'
// https://jarcasting.com/artifacts/com.kfaraj.support/appcompat/
implementation ("com.kfaraj.support:appcompat:3.1.7")
'com.kfaraj.support:appcompat:aar:3.1.7'
<dependency org="com.kfaraj.support" name="appcompat" rev="3.1.7">
<artifact name="appcompat" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.kfaraj.support', module='appcompat', version='3.1.7')
)
libraryDependencies += "com.kfaraj.support" % "appcompat" % "3.1.7"
[com.kfaraj.support/appcompat "3.1.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.appcompat » appcompat | jar | 1.4.1 |