GroupId | GroupIdcom.github.tarsys.android |
---|---|
ArtifactId | ArtifactIdsupport |
Version | Version1.0.2.9 |
Type | Typeaar |
Filename | Size |
---|---|
support-1.0.2.9.pom | |
support-1.0.2.9.aar | 41 KB |
support-1.0.2.9-sources.jar | 22 KB |
support-1.0.2.9-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.2.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tarsys.android/support/
implementation 'com.github.tarsys.android:support:1.0.2.9'
// https://jarcasting.com/artifacts/com.github.tarsys.android/support/
implementation ("com.github.tarsys.android:support:1.0.2.9")
'com.github.tarsys.android:support:aar:1.0.2.9'
<dependency org="com.github.tarsys.android" name="support" rev="1.0.2.9">
<artifact name="support" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tarsys.android', module='support', version='1.0.2.9')
)
libraryDependencies += "com.github.tarsys.android" % "support" % "1.0.2.9"
[com.github.tarsys.android/support "1.0.2.9"]