PostHog Android
Please see the main PostHog docs.
Specifically, the Android integration details.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.posthog.android |
| Идентификатор | Идентификаторposthog-wear |
| Последняя версия | Последняя версия1.1.2 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеPostHog Android Wear
The hassle-free way to add posthog to your Android app.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| posthog-wear-1.1.2.pom | |
| posthog-wear-1.1.2.aar | 16 KB |
| posthog-wear-1.1.2-sources.jar | 8 KB |
| posthog-wear-1.1.2-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.posthog.android/posthog-wear/ -->
<dependency>
<groupId>com.posthog.android</groupId>
<artifactId>posthog-wear</artifactId>
<version>1.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.posthog.android/posthog-wear/
implementation 'com.posthog.android:posthog-wear:1.1.2'
// https://jarcasting.com/artifacts/com.posthog.android/posthog-wear/
implementation ("com.posthog.android:posthog-wear:1.1.2")
'com.posthog.android:posthog-wear:aar:1.1.2'
<dependency org="com.posthog.android" name="posthog-wear" rev="1.1.2">
<artifact name="posthog-wear" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.posthog.android', module='posthog-wear', version='1.1.2')
)
libraryDependencies += "com.posthog.android" % "posthog-wear" % "1.1.2"
[com.posthog.android/posthog-wear "1.1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.posthog.android : posthog | jar | 1.1.2 |
| com.google.android.gms » play-services-wearable | jar | 10.2.6 |
Please see the main PostHog docs.
Specifically, the Android integration details.