| GroupId | GroupIdio.github.alexmofer.appcompat |
|---|---|
| ArtifactId | ArtifactIdappcompat |
| Version | Version1.3.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| appcompat-1.3.1.pom | |
| appcompat-1.3.1-sources.jar | 13 KB |
| appcompat-1.3.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.alexmofer.appcompat/appcompat/ -->
<dependency>
<groupId>io.github.alexmofer.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.3.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.alexmofer.appcompat/appcompat/
implementation 'io.github.alexmofer.appcompat:appcompat:1.3.1'
// https://jarcasting.com/artifacts/io.github.alexmofer.appcompat/appcompat/
implementation ("io.github.alexmofer.appcompat:appcompat:1.3.1")
'io.github.alexmofer.appcompat:appcompat:aar:1.3.1'
<dependency org="io.github.alexmofer.appcompat" name="appcompat" rev="1.3.1">
<artifact name="appcompat" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.alexmofer.appcompat', module='appcompat', version='1.3.1')
)
libraryDependencies += "io.github.alexmofer.appcompat" % "appcompat" % "1.3.1"
[io.github.alexmofer.appcompat/appcompat "1.3.1"]