GroupId | GroupIdcom.tapstream.sdk |
---|---|
ArtifactId | ArtifactIdtapstream-android |
Version | Version3.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
tapstream-android-3.0.1.pom | |
tapstream-android-3.0.1.aar | 14 KB |
tapstream-android-3.0.1-sources.jar | 7 KB |
tapstream-android-3.0.1-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.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tapstream.sdk/tapstream-android/
implementation 'com.tapstream.sdk:tapstream-android:3.0.1'
// https://jarcasting.com/artifacts/com.tapstream.sdk/tapstream-android/
implementation ("com.tapstream.sdk:tapstream-android:3.0.1")
'com.tapstream.sdk:tapstream-android:aar:3.0.1'
<dependency org="com.tapstream.sdk" name="tapstream-android" rev="3.0.1">
<artifact name="tapstream-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tapstream.sdk', module='tapstream-android', version='3.0.1')
)
libraryDependencies += "com.tapstream.sdk" % "tapstream-android" % "3.0.1"
[com.tapstream.sdk/tapstream-android "3.0.1"]