| GroupId | GroupIdxyz.tynn.astring |
|---|---|
| ArtifactId | ArtifactIdappcompat |
| Version | Version0.1.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| appcompat-0.1.0.pom | |
| appcompat-0.1.0-sources.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/xyz.tynn.astring/appcompat/ -->
<dependency>
<groupId>xyz.tynn.astring</groupId>
<artifactId>appcompat</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.tynn.astring/appcompat/
implementation 'xyz.tynn.astring:appcompat:0.1.0'
// https://jarcasting.com/artifacts/xyz.tynn.astring/appcompat/
implementation ("xyz.tynn.astring:appcompat:0.1.0")
'xyz.tynn.astring:appcompat:aar:0.1.0'
<dependency org="xyz.tynn.astring" name="appcompat" rev="0.1.0">
<artifact name="appcompat" type="aar" />
</dependency>
@Grapes(
@Grab(group='xyz.tynn.astring', module='appcompat', version='0.1.0')
)
libraryDependencies += "xyz.tynn.astring" % "appcompat" % "0.1.0"
[xyz.tynn.astring/appcompat "0.1.0"]