PostHog Java

The official way to add PostHog to your Java app.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.posthog.java
ArtifactId

ArtifactId

posthog
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

PostHog Java
The official way to add PostHog to your Java app.
Project URL

Project URL

http://github.com/PostHog/posthog-java
Source Code Management

Source Code Management

http://github.com/PostHog/posthog-java

Download posthog

How to add to project

<!-- https://jarcasting.com/artifacts/com.posthog.java/posthog/ -->
<dependency>
    <groupId>com.posthog.java</groupId>
    <artifactId>posthog</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.posthog.java/posthog/
implementation 'com.posthog.java:posthog:1.0.2'
// https://jarcasting.com/artifacts/com.posthog.java/posthog/
implementation ("com.posthog.java:posthog:1.0.2")
'com.posthog.java:posthog:jar:1.0.2'
<dependency org="com.posthog.java" name="posthog" rev="1.0.2">
  <artifact name="posthog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.posthog.java', module='posthog', version='1.0.2')
)
libraryDependencies += "com.posthog.java" % "posthog" % "1.0.2"
[com.posthog.java/posthog "1.0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.json : json jar 20210307
com.squareup.okhttp3 : okhttp jar 4.9.1

test (4)

Group / Artifact Type Version
net.javacrumbs.json-unit : json-unit-assertj jar 2.24.0
org.jmockit : jmockit jar 1.49
junit : junit jar 4.11
com.squareup.okhttp3 : mockwebserver jar 4.9.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0