GroupId | GroupIdcom.tapstream.sdk |
---|---|
ArtifactId | ArtifactIdtapstream-android |
Version | Version3.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
tapstream-android-3.0.3.pom | |
tapstream-android-3.0.3.aar | 14 KB |
tapstream-android-3.0.3-sources.jar | 7 KB |
tapstream-android-3.0.3-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tapstream.sdk/tapstream-android/ -->
<dependency>
<groupId>com.tapstream.sdk</groupId>
<artifactId>tapstream-android</artifactId>
<version>3.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tapstream.sdk/tapstream-android/
implementation 'com.tapstream.sdk:tapstream-android:3.0.3'
// https://jarcasting.com/artifacts/com.tapstream.sdk/tapstream-android/
implementation ("com.tapstream.sdk:tapstream-android:3.0.3")
'com.tapstream.sdk:tapstream-android:aar:3.0.3'
<dependency org="com.tapstream.sdk" name="tapstream-android" rev="3.0.3">
<artifact name="tapstream-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tapstream.sdk', module='tapstream-android', version='3.0.3')
)
libraryDependencies += "com.tapstream.sdk" % "tapstream-android" % "3.0.3"
[com.tapstream.sdk/tapstream-android "3.0.3"]