PostHog Android
Please see the main PostHog docs.
Specifically, the Android integration details.
| License |
License |
|---|---|
| GroupId | GroupIdcom.posthog.android |
| ArtifactId | ArtifactIdposthog-wear |
| Last Version | Last Version1.1.2 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionPostHog Android Wear
The hassle-free way to add posthog to your Android app.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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.