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