| GroupId | GroupIdcom.github.tarsys.android |
|---|---|
| ArtifactId | ArtifactIdsupport |
| Version | Version1.0.3.5 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| support-1.0.3.5.pom | |
| support-1.0.3.5.aar | 42 KB |
| support-1.0.3.5-sources.jar | 22 KB |
| support-1.0.3.5-javadoc.jar | 85 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tarsys.android/support/ -->
<dependency>
<groupId>com.github.tarsys.android</groupId>
<artifactId>support</artifactId>
<version>1.0.3.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tarsys.android/support/
implementation 'com.github.tarsys.android:support:1.0.3.5'
// https://jarcasting.com/artifacts/com.github.tarsys.android/support/
implementation ("com.github.tarsys.android:support:1.0.3.5")
'com.github.tarsys.android:support:aar:1.0.3.5'
<dependency org="com.github.tarsys.android" name="support" rev="1.0.3.5">
<artifact name="support" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tarsys.android', module='support', version='1.0.3.5')
)
libraryDependencies += "com.github.tarsys.android" % "support" % "1.0.3.5"
[com.github.tarsys.android/support "1.0.3.5"]