is not current version
Last Version 1.0.2

com.posthog.java:posthog 1.0.0

The official way to add PostHog to your Java app.

Categories

Categories

Java Languages
GroupId

GroupId

com.posthog.java
ArtifactId

ArtifactId

posthog
Version

Version

1.0.0
Type

Type

jar

Download posthog 1.0.0


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