License |
License |
---|---|
GroupId | GroupIdcom.posthog.android |
ArtifactId | ArtifactIdposthog |
Version | Version1.1.2 |
Type | Typejar |
Description |
DescriptionPostHog Android
The hassle-free way to add posthog to your Android app.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
posthog-1.1.2.pom | |
posthog-1.1.2.jar | 119 KB |
posthog-1.1.2-sources.jar | 76 KB |
posthog-1.1.2-javadoc.jar | 150 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.posthog.android/posthog/ -->
<dependency>
<groupId>com.posthog.android</groupId>
<artifactId>posthog</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.posthog.android/posthog/
implementation 'com.posthog.android:posthog:1.1.2'
// https://jarcasting.com/artifacts/com.posthog.android/posthog/
implementation ("com.posthog.android:posthog:1.1.2")
'com.posthog.android:posthog:jar:1.1.2'
<dependency org="com.posthog.android" name="posthog" rev="1.1.2">
<artifact name="posthog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.posthog.android', module='posthog', version='1.1.2')
)
libraryDependencies += "com.posthog.android" % "posthog" % "1.1.2"
[com.posthog.android/posthog "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » support-annotations | jar | 28.0.0 |