is not current version
Last Version 1.0.3.9

com.github.tarsys.android:support 1.0.0.6

Some utilities (i.e. intuitive Authenticator) for android development

GroupId

GroupId

com.github.tarsys.android
ArtifactId

ArtifactId

support
Version

Version

1.0.0.6
Type

Type

aar

Download support 1.0.0.6


<!-- https://jarcasting.com/artifacts/com.github.tarsys.android/support/ -->
<dependency>
    <groupId>com.github.tarsys.android</groupId>
    <artifactId>support</artifactId>
    <version>1.0.0.6</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tarsys.android/support/
implementation 'com.github.tarsys.android:support:1.0.0.6'
// https://jarcasting.com/artifacts/com.github.tarsys.android/support/
implementation ("com.github.tarsys.android:support:1.0.0.6")
'com.github.tarsys.android:support:aar:1.0.0.6'
<dependency org="com.github.tarsys.android" name="support" rev="1.0.0.6">
  <artifact name="support" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tarsys.android', module='support', version='1.0.0.6')
)
libraryDependencies += "com.github.tarsys.android" % "support" % "1.0.0.6"
[com.github.tarsys.android/support "1.0.0.6"]