| Группа | Группаcom.tapstream.sdk |
|---|---|
| Идентификатор | Идентификаторtapstream-android |
| Версия | Версия2.9.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| tapstream-android-2.9.3.pom | |
| tapstream-android-2.9.3.jar | 21 KB |
| tapstream-android-2.9.3-sources.jar | 9 KB |
| tapstream-android-2.9.3-shaded.jar | 117 KB |
| tapstream-android-2.9.3-javadoc.jar | 69 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tapstream.sdk/tapstream-android/ -->
<dependency>
<groupId>com.tapstream.sdk</groupId>
<artifactId>tapstream-android</artifactId>
<version>2.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.tapstream.sdk/tapstream-android/
implementation 'com.tapstream.sdk:tapstream-android:2.9.3'
// https://jarcasting.com/artifacts/com.tapstream.sdk/tapstream-android/
implementation ("com.tapstream.sdk:tapstream-android:2.9.3")
'com.tapstream.sdk:tapstream-android:jar:2.9.3'
<dependency org="com.tapstream.sdk" name="tapstream-android" rev="2.9.3">
<artifact name="tapstream-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tapstream.sdk', module='tapstream-android', version='2.9.3')
)
libraryDependencies += "com.tapstream.sdk" % "tapstream-android" % "2.9.3"
[com.tapstream.sdk/tapstream-android "2.9.3"]