is not current version
Last Version 0.3.1

xyz.tynn.astring:appcompat 0.1.0

A context aware string abstraction for Android

GroupId

GroupId

xyz.tynn.astring
ArtifactId

ArtifactId

appcompat
Version

Version

0.1.0
Type

Type

aar

Download appcompat 0.1.0


<!-- 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"]